fix missing import

This commit is contained in:
ThomasV 2015-11-28 00:22:06 +01:00
parent 00f298d3b1
commit 0c20e737a9
2 changed files with 2 additions and 1 deletions

View file

@ -1,3 +1,5 @@
from functools import partial
from PyQt4.QtGui import * from PyQt4.QtGui import *
from PyQt4.QtCore import * from PyQt4.QtCore import *

View file

@ -25,7 +25,6 @@ import json
from hashlib import sha256 from hashlib import sha256
from urlparse import urljoin from urlparse import urljoin
from urllib import quote from urllib import quote
from functools import partial
import electrum import electrum
from electrum import bitcoin from electrum import bitcoin