1
0

fix: missing import

This commit is contained in:
ThomasV
2016-02-03 10:40:37 +01:00
parent 2a507b91c1
commit 8392fa9504
2 changed files with 1 additions and 2 deletions

View File

@@ -19,6 +19,7 @@
from functools import partial
from threading import Thread
import re
from decimal import Decimal
from PyQt4.QtGui import *
from PyQt4.QtCore import *