]> sigrok.org Git - sigrok-meter.git/commitdiff
Fix missing import in qtcompat.
authorAndrew Soknacki <redacted>
Tue, 13 Oct 2015 16:31:51 +0000 (12:31 -0400)
committerAndrew Soknacki <redacted>
Tue, 13 Oct 2015 17:35:32 +0000 (13:35 -0400)
qtcompat.py

index 5cac8ea4eebf106efe6c37cc7afdedd161b3e2c6..e047d30372ad250492f0f9540a52be99dc2c3a65 100644 (file)
@@ -18,6 +18,8 @@
 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
 ##
 
+import sys
+
 def load_modules(force_pyside):
     if force_pyside:
         import PySide.QtCore as _QtCore