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
4edb9fa0
Commit
4edb9fa0
authored
Mar 20, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Renamed view module to custom_template.
parent
87987fe5
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
5 deletions
+5
-5
pystache/custom_template.py
+0
-0
pystache/init.py
+2
-2
tests/data/views.py
+1
-1
tests/test_view.py
+2
-2
No files found.
pystache/
view
.py
→
pystache/
custom_template
.py
View file @
4edb9fa0
File moved
pystache/init.py
View file @
4edb9fa0
...
@@ -5,9 +5,9 @@ This module contains the initialization logic called by __init__.py.
...
@@ -5,9 +5,9 @@ This module contains the initialization logic called by __init__.py.
"""
"""
from
.custom_template
import
View
from
.custom_template
import
CustomizedTemplate
from
.renderer
import
Renderer
from
.renderer
import
Renderer
from
.view
import
View
from
.view
import
CustomizedTemplate
__all__
=
[
'render'
,
'Renderer'
,
'View'
,
'CustomizedTemplate'
]
__all__
=
[
'render'
,
'Renderer'
,
'View'
,
'CustomizedTemplate'
]
...
...
tests/data/views.py
View file @
4edb9fa0
# coding: utf-8
# coding: utf-8
from
pystache
.view
import
View
from
pystache
import
View
class
SayHello
(
object
):
class
SayHello
(
object
):
...
...
tests/test_view.py
View file @
4edb9fa0
...
@@ -13,9 +13,9 @@ from examples.complex_view import ComplexView
...
@@ -13,9 +13,9 @@ from examples.complex_view import ComplexView
from
examples.lambdas
import
Lambdas
from
examples.lambdas
import
Lambdas
from
examples.inverted
import
Inverted
,
InvertedLists
from
examples.inverted
import
Inverted
,
InvertedLists
from
pystache
import
Renderer
from
pystache
import
Renderer
from
pystache
import
View
from
pystache.reader
import
Reader
from
pystache.reader
import
Reader
from
pystache.view
import
View
from
pystache.custom_template
import
Locator
as
ViewLocator
from
pystache.view
import
Locator
as
ViewLocator
from
.common
import
AssertIsMixin
from
.common
import
AssertIsMixin
from
.common
import
DATA_DIR
from
.common
import
DATA_DIR
from
.data.views
import
SampleView
from
.data.views
import
SampleView
...
...
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