Skip to content

Commit 2554f4f

Browse files
committed
Import from AnyQt instead from PyQt4
1 parent 4c29c3b commit 2554f4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Orange/widgets/utils/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import sys
22

3-
from PyQt4.QtCore import QObject
3+
from AnyQt.QtCore import QObject
44

55
from Orange.data.variable import TimeVariable
66
from Orange.util import deepgetattr

0 commit comments

Comments
 (0)