Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Side by Side Diff: sitescripts/cms/bin/runserver.py

Issue 4921490642305024: Issue 2129 - Remove CMS implementation from sitescripts repository (Closed)
Patch Set: Created March 13, 2015, 5:05 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « sitescripts/cms/bin/generate_static_pages.py ('k') | sitescripts/cms/bin/test_server.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 #!/usr/bin/env python
2 # This is a stub script loading test_server module, used by PyInstaller.
3
4 import runpy, sys, os
5
6 # Make sure hidden imports are found
7 import sitescripts.cms.bin.test_server
8 import markdown.extensions.attr_list
9
10 sys.argv[1:] = [os.curdir]
11 runpy.run_module("sitescripts.cms.bin.test_server", run_name="__main__")
OLDNEW
« no previous file with comments | « sitescripts/cms/bin/generate_static_pages.py ('k') | sitescripts/cms/bin/test_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld