Added missing import

This commit is contained in:
Hakan Karaoguz 2019-09-11 23:49:12 +02:00 committed by darrenl
parent 6c34a6c3e7
commit c4f4fb3b7a

View File

@ -1,3 +1,4 @@
import sys
try:
from PyQt5.QtWidgets import QWidget, QHBoxLayout, QComboBox
except ImportError: