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
5f2e47ed
Commit
5f2e47ed
authored
Mar 27, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed reader module to loader.
parent
3dbd4b9b
Show whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
5 additions
and
5 deletions
+5
-5
pystache/custom_template.py
+1
-1
pystache/loader.py
+0
-0
pystache/renderer.py
+1
-1
tests/test_custom_template.py
+1
-1
tests/test_loader.py
+1
-1
tests/test_locator.py
+1
-1
No files found.
pystache/custom_template.py
View file @
5f2e47ed
...
...
@@ -9,7 +9,7 @@ import os.path
from
.context
import
Context
from
.locator
import
Locator
as
TemplateLocator
from
.
re
ader
import
Reader
from
.
lo
ader
import
Reader
from
.renderer
import
Renderer
...
...
pystache/
re
ader.py
→
pystache/
lo
ader.py
View file @
5f2e47ed
File moved
pystache/renderer.py
View file @
5f2e47ed
...
...
@@ -12,7 +12,7 @@ import sys
from
.context
import
Context
from
.locator
import
DEFAULT_EXTENSION
from
.locator
import
Locator
from
.
re
ader
import
Reader
from
.
lo
ader
import
Reader
from
.renderengine
import
RenderEngine
...
...
tests/test_custom_template.py
View file @
5f2e47ed
...
...
@@ -18,7 +18,7 @@ from pystache import Renderer
from
pystache
import
View
from
pystache.custom_template
import
Loader
from
pystache.locator
import
Locator
from
pystache.
re
ader
import
Reader
from
pystache.
lo
ader
import
Reader
from
.common
import
AssertIsMixin
from
.common
import
AssertStringMixin
from
.common
import
DATA_DIR
...
...
tests/test_
re
ader.py
→
tests/test_
lo
ader.py
View file @
5f2e47ed
...
...
@@ -10,7 +10,7 @@ import sys
import
unittest
from
.common
import
AssertStringMixin
from
pystache.
re
ader
import
Reader
from
pystache.
lo
ader
import
Reader
DATA_DIR
=
'tests/data'
...
...
tests/test_locator.py
View file @
5f2e47ed
...
...
@@ -11,7 +11,7 @@ import sys
import
unittest
from
pystache.locator
import
Locator
from
pystache.
re
ader
import
Reader
from
pystache.
lo
ader
import
Reader
from
.common
import
DATA_DIR
from
data.views
import
SayHello
...
...
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