optimize imports sorts them according to PEP-8 (PY-2367)

This commit is contained in:
Dmitry Jemerov
2012-10-02 20:04:45 +02:00
parent 543d2a61c5
commit 6bb86279d1
16 changed files with 225 additions and 48 deletions
+7
View File
@@ -0,0 +1,7 @@
"""This is a module-level docstring."""
<fold text='import ...'>import os
import sys</fold>
print os.path
print sys.name