Remove unnecessary setting of SIP API version

PyQt5 by default uses API v2. It is no longer needed to be set.
This commit is contained in:
Sambhav Kothari
2018-03-19 17:35:08 +05:30
parent e836430dd5
commit a11b5058ef

View File

@@ -18,11 +18,6 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
import sip
sip.setapi("QString", 2)
sip.setapi("QVariant", 2)
from PyQt5 import QtGui, QtCore, QtWidgets
import argparse