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
eacbdb3b
Commit
eacbdb3b
authored
Apr 13, 2012
by
Chris Jerdonek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Moved commands.py into a commands sub-package.
parent
b56f03c4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
2 additions
and
2 deletions
+2
-2
pystache/commands/__init__.py
+0
-0
pystache/commands/render.py
+0
-0
pystache/tests/test_commands.py
+1
-1
setup.py
+1
-1
No files found.
pystache/commands/__init__.py
0 → 100644
View file @
eacbdb3b
pystache/commands.py
→
pystache/commands
/render
.py
View file @
eacbdb3b
File moved
pystache/tests/test_commands.py
View file @
eacbdb3b
...
@@ -8,7 +8,7 @@ Unit tests of commands.py.
...
@@ -8,7 +8,7 @@ Unit tests of commands.py.
import
sys
import
sys
import
unittest
import
unittest
from
pystache.commands
import
main
from
pystache.commands
.render
import
main
ORIGINAL_STDOUT
=
sys
.
stdout
ORIGINAL_STDOUT
=
sys
.
stdout
...
...
setup.py
View file @
eacbdb3b
...
@@ -194,7 +194,7 @@ def main(sys_argv):
...
@@ -194,7 +194,7 @@ def main(sys_argv):
},
},
test_suite
=
'pystache.tests'
,
test_suite
=
'pystache.tests'
,
entry_points
=
{
entry_points
=
{
'console_scripts'
:
[
'pystache=pystache.commands:main'
],
'console_scripts'
:
[
'pystache=pystache.commands
.render
:main'
],
},
},
classifiers
=
CLASSIFIERS
,
classifiers
=
CLASSIFIERS
,
**
extra
**
extra
...
...
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