Merge pull request #765 from epanepucci/develop

import python2_3 for basestring
This commit is contained in:
Luke Campagnola 2018-10-11 15:58:15 +03:00 committed by GitHub
commit 96b0f8601c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.