Forráskód Böngészése

pep8 style imports

oz123 10 éve
szülő
commit
91184328b2
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      pwman/__init__.py

+ 2 - 2
pwman/__init__.py

@@ -21,12 +21,12 @@
 import os
 import pkg_resources
 import argparse
-from pwman.util import config
 import sys
 import re
+import colorama
+from pwman.util import config
 from pwman.data import factory
 from pwman.data.database import __DB_FORMAT__
-import colorama
 
 appname = "pwman3"