missing imports in version_getter
This commit is contained in:
@@ -16,14 +16,14 @@
|
|||||||
# You should have received a copy of the GNU General Public License
|
# You should have received a copy of the GNU General Public License
|
||||||
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
# along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import threading, httplib, re
|
import threading, httplib, re, socket
|
||||||
import webbrowser
|
import webbrowser
|
||||||
from PyQt4.QtGui import *
|
from PyQt4.QtGui import *
|
||||||
from PyQt4.QtCore import *
|
from PyQt4.QtCore import *
|
||||||
import PyQt4.QtCore as QtCore
|
import PyQt4.QtCore as QtCore
|
||||||
|
|
||||||
from electrum.i18n import _
|
from electrum.i18n import _
|
||||||
from electrum import ELECTRUM_VERSION
|
from electrum import ELECTRUM_VERSION, print_error
|
||||||
|
|
||||||
class VersionGetter(threading.Thread):
|
class VersionGetter(threading.Thread):
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user