Skip to content

Commit

Permalink
Remove all QtNetwork
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Jan 13, 2016
1 parent 052fa24 commit eb7dda2
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion src/sakia/core/registry/identities.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from PyQt5.QtNetwork import QNetworkReply, QNetworkRequest
from ucoinpy.api import bma
from .identity import Identity, LocalState, BlockchainState

Expand Down
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
import unittest
import asyncio
import quamash
from PyQt5.QtWidgets import QDialog, QFileDialog
from PyQt5.QtCore import QLocale, QTimer
from PyQt5.QtNetwork import QNetworkAccessManager
from sakia.gui.mainwindow import MainWindow
from sakia.core.app import Application
from sakia.tests import QuamashTest
Expand Down

0 comments on commit eb7dda2

Please sign in to comment.