Switched TemplatePyMod scripts to PySide

This commit is contained in:
Yorik van Havre
2014-01-09 18:46:16 -02:00
parent f73a3d6b8a
commit d00327640a
4 changed files with 58 additions and 58 deletions

View File

@@ -3,7 +3,7 @@
import FreeCAD as App
import FreeCADGui as Gui
from PyQt4 import QtGui,QtCore
from PySide import QtGui,QtCore
class MyLineEdit(QtGui.QLineEdit):
pass