Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
pystache_custom
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
pystache_custom
Commits
7dc18cb1
Commit
7dc18cb1
authored
Dec 28, 2011
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed loader.py to locator.py.
parent
03118675
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
7 deletions
+7
-7
pystache/locator.py
+0
-0
pystache/renderer.py
+2
-2
pystache/view.py
+1
-1
tests/test_locator.py
+3
-3
tests/test_renderer.py
+1
-1
No files found.
pystache/lo
ade
r.py
→
pystache/lo
cato
r.py
View file @
7dc18cb1
File moved
pystache/renderer.py
View file @
7dc18cb1
...
@@ -10,8 +10,8 @@ import os
...
@@ -10,8 +10,8 @@ import os
import
sys
import
sys
from
.context
import
Context
from
.context
import
Context
from
.lo
ade
r
import
DEFAULT_EXTENSION
from
.lo
cato
r
import
DEFAULT_EXTENSION
from
.lo
ade
r
import
Locator
from
.lo
cato
r
import
Locator
from
.reader
import
Reader
from
.reader
import
Reader
from
.renderengine
import
RenderEngine
from
.renderengine
import
RenderEngine
...
...
pystache/view.py
View file @
7dc18cb1
...
@@ -6,7 +6,7 @@ This module provides a View class.
...
@@ -6,7 +6,7 @@ This module provides a View class.
"""
"""
from
.context
import
Context
from
.context
import
Context
from
.lo
ade
r
import
make_template_name
from
.lo
cato
r
import
make_template_name
from
.renderer
import
Renderer
from
.renderer
import
Renderer
...
...
tests/test_lo
ade
r.py
→
tests/test_lo
cato
r.py
View file @
7dc18cb1
# encoding: utf-8
# encoding: utf-8
"""
"""
Contains lo
ade
r.py unit tests.
Contains lo
cato
r.py unit tests.
"""
"""
...
@@ -9,8 +9,8 @@ import os
...
@@ -9,8 +9,8 @@ import os
import
sys
import
sys
import
unittest
import
unittest
from
pystache.lo
ade
r
import
make_template_name
from
pystache.lo
cato
r
import
make_template_name
from
pystache.lo
ade
r
import
Locator
from
pystache.lo
cato
r
import
Locator
from
pystache.reader
import
Reader
from
pystache.reader
import
Reader
from
.common
import
DATA_DIR
from
.common
import
DATA_DIR
...
...
tests/test_renderer.py
View file @
7dc18cb1
...
@@ -12,7 +12,7 @@ import unittest
...
@@ -12,7 +12,7 @@ import unittest
from
pystache
import
renderer
from
pystache
import
renderer
from
pystache.renderer
import
Renderer
from
pystache.renderer
import
Renderer
from
pystache.lo
ade
r
import
Locator
from
pystache.lo
cato
r
import
Locator
from
.common
import
get_data_path
from
.common
import
get_data_path
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment