import python2_3 for basestring

This commit is contained in:
Ezequiel (gac-esbmx) Panepucci 2018-10-09 09:37:04 +02:00
parent 574c5f3a47
commit d550473ba7

View File

@ -1,5 +1,7 @@
from ..Qt import QtGui, QtCore
from .PathButton import PathButton
from ..python2_3 import basestring
class GroupBox(QtGui.QGroupBox):
"""Subclass of QGroupBox that implements collapse handle.