another plugin for qrscanner
[electrum-nvc.git] / gui / qrcodewidget.py
index a4af831..8f964b0 100644 (file)
@@ -3,7 +3,7 @@ from PyQt4.QtCore import *
 import PyQt4.QtCore as QtCore
 import PyQt4.QtGui as QtGui
 
-import bmp, pyqrnative, qrscanner
+import bmp, pyqrnative
 
 
 class QRCodeWidget(QWidget):