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

Unified 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.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
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 »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sitescripts/cms/bin/runserver.py
===================================================================
deleted file mode 100755
--- a/sitescripts/cms/bin/runserver.py
+++ /dev/null
@@ -1,11 +0,0 @@
-#!/usr/bin/env python
-# This is a stub script loading test_server module, used by PyInstaller.
-
-import runpy, sys, os
-
-# Make sure hidden imports are found
-import sitescripts.cms.bin.test_server
-import markdown.extensions.attr_list
-
-sys.argv[1:] = [os.curdir]
-runpy.run_module("sitescripts.cms.bin.test_server", run_name="__main__")
« 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