Changeset 308
- Timestamp:
- 12/06/11 03:08:06 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Puzzlebox/Synapse/Interface_Plot.py
r307 r308 7 7 8 8 __changelog__ = """\ 9 Last Update: 2011.12.0 49 Last Update: 2011.12.05 10 10 """ 11 11 12 12 import os 13 13 14 #import Puzzlebox. Jigsaw.Configuration as configuration14 #import Puzzlebox.Synapse.Configuration as configuration 15 15 import Configuration as configuration 16 16 … … 39 39 from numpy import arange, sin, pi 40 40 41 42 #try:43 #import PySide as PyQt444 #from PySide import QtCore, QtGui45 #except:46 #print "Using PyQt4 module"47 #from PyQt4 import QtCore, QtGui48 #else:49 #print "Using PySide module"50 51 #import Configuration as configuration52 41 53 42 ### GLOBALS ###
Note: See TracChangeset
for help on using the changeset viewer.