1
0

Refactored user_dir to utils and replaced it in wallet and config

This commit is contained in:
Maran
2012-08-30 18:00:08 +02:00
parent fbf854bcb8
commit 6da25727f8
4 changed files with 15 additions and 18 deletions

View File

@@ -150,7 +150,6 @@ if __name__ == '__main__':
except ImportError:
import electrum.gui_qt as gui
elif options.gui == 'lite':
print 'ohhai'
# Let's do some dep checking and handle missing ones gracefully
try:
from PyQt4.QtCore import *