Explorar el Código

pep8 style imports

oz123 hace 10 años
padre
commit
91184328b2
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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"