mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
missing imports in version_getter
This commit is contained in:
parent
86bc9067cd
commit
46792024c2
1 changed files with 2 additions and 2 deletions
|
@ -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):
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue