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
f2bf491f
Commit
f2bf491f
authored
Mar 31, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed custom_template.py to template_spec.py.
parent
5d8eecfe
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
+4
-4
pystache/init.py
+2
-2
pystache/template_spec.py
+0
-0
tests/test_template_spec.py
+2
-2
No files found.
pystache/init.py
View file @
f2bf491f
...
@@ -5,8 +5,8 @@ This module contains the initialization logic called by __init__.py.
...
@@ -5,8 +5,8 @@ This module contains the initialization logic called by __init__.py.
"""
"""
from
.
custom_template
import
View
from
.
template_spec
import
View
from
.
custom_template
import
CustomizedTemplate
from
.
template_spec
import
CustomizedTemplate
from
.renderer
import
Renderer
from
.renderer
import
Renderer
...
...
pystache/
custom_template
.py
→
pystache/
template_spec
.py
View file @
f2bf491f
File moved
tests/test_
custom_template
.py
→
tests/test_
template_spec
.py
View file @
f2bf491f
...
@@ -16,7 +16,7 @@ from examples.inverted import Inverted, InvertedLists
...
@@ -16,7 +16,7 @@ from examples.inverted import Inverted, InvertedLists
from
pystache
import
CustomizedTemplate
as
Template
from
pystache
import
CustomizedTemplate
as
Template
from
pystache
import
Renderer
from
pystache
import
Renderer
from
pystache
import
View
from
pystache
import
View
from
pystache.
custom_template
import
CustomLoader
from
pystache.
template_spec
import
CustomLoader
from
pystache.locator
import
Locator
from
pystache.locator
import
Locator
from
pystache.loader
import
Loader
from
pystache.loader
import
Loader
from
.common
import
AssertIsMixin
from
.common
import
AssertIsMixin
...
@@ -139,7 +139,7 @@ class ViewTestCase(unittest.TestCase):
...
@@ -139,7 +139,7 @@ class ViewTestCase(unittest.TestCase):
class
CustomLoaderTests
(
unittest
.
TestCase
,
AssertIsMixin
,
AssertStringMixin
):
class
CustomLoaderTests
(
unittest
.
TestCase
,
AssertIsMixin
,
AssertStringMixin
):
"""
"""
Tests
custom_template
.CustomLoader.
Tests
template_spec
.CustomLoader.
"""
"""
...
...
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