Remove junk code
This commit is contained in:
parent
6a76f40869
commit
d1c384876c
@ -138,12 +138,6 @@ def _loadUiType(uiFile):
|
|||||||
return form_class, base_class
|
return form_class, base_class
|
||||||
|
|
||||||
|
|
||||||
def _pyside2uic(uiFile):
|
|
||||||
glob = {}
|
|
||||||
mod = exec(uipy, globals=glob)
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
if QT_LIB == PYSIDE:
|
if QT_LIB == PYSIDE:
|
||||||
from PySide import QtGui, QtCore
|
from PySide import QtGui, QtCore
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user