Skip to content

Commit

Permalink
Spreadsheet: switched to pyside
Browse files Browse the repository at this point in the history
  • Loading branch information
yorikvanhavre committed Jan 9, 2014
1 parent e3cb403 commit f73a3d6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 231 deletions.
2 changes: 1 addition & 1 deletion src/Mod/Spreadsheet/Spreadsheet.py
Expand Up @@ -21,7 +21,7 @@
#***************************************************************************

import re, math, FreeCAD, FreeCADGui
from PyQt4 import QtCore,QtGui
from PySide import QtCore,QtGui
DEBUG = True # set to True to show debug messages

if open.__module__ == '__builtin__':
Expand Down

0 comments on commit f73a3d6

Please sign in to comment.