oz123 10 жил өмнө
parent
commit
91184328b2

+ 2 - 2
pwman/__init__.py

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