removed a warning

This commit is contained in:
Muneeb Ali
2014-07-23 08:33:56 -07:00
parent b8c060f8d9
commit e1c54a7af4

View File

@@ -45,8 +45,6 @@ try:
NAMECOIND_PASSWD = config.get('namecoind','passwd')
USE_HTTPS = config.get('namecoind','use_https')
except Exception as e:
print "got except: "
print e
from config_default import *
from .dns_resolver import dns_resolver