Added missing import
This commit is contained in:
parent
6c34a6c3e7
commit
c4f4fb3b7a
@ -1,3 +1,4 @@
|
|||||||
|
import sys
|
||||||
try:
|
try:
|
||||||
from PyQt5.QtWidgets import QWidget, QHBoxLayout, QComboBox
|
from PyQt5.QtWidgets import QWidget, QHBoxLayout, QComboBox
|
||||||
except ImportError:
|
except ImportError:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user