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

Unified Diff: runserver.py

Issue 4800587984011264: Noissue - [cms] Cleanup imports (Closed)
Patch Set: Created May 5, 2015, 2:03 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 | « cms/utils.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runserver.py
===================================================================
--- a/runserver.py
+++ b/runserver.py
@@ -1,7 +1,9 @@
#!/usr/bin/env python
# This is a stub script loading test_server module, used by PyInstaller.
-import runpy, sys, os
+import runpy
+import sys
+import os
# Make sure hidden imports are found
import cms.bin.test_server
« no previous file with comments | « cms/utils.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld