diff --git a/GraphicsScene.pyc b/GraphicsScene.pyc deleted file mode 100644 index 35431aa0..00000000 Binary files a/GraphicsScene.pyc and /dev/null differ diff --git a/Point.pyc b/Point.pyc deleted file mode 100644 index 47869a3a..00000000 Binary files a/Point.pyc and /dev/null differ diff --git a/Qt.py b/Qt.py index e1d4b28a..eb63b7c1 100644 --- a/Qt.py +++ b/Qt.py @@ -1,5 +1,6 @@ ## Do all Qt imports from here to allow easier PyQt / PySide compatibility +#from PySide import QtGui, QtCore, QtOpenGL, QtSvg from PyQt4 import QtGui, QtCore, QtOpenGL, QtSvg if not hasattr(QtCore, 'Signal'): QtCore.Signal = QtCore.pyqtSignal diff --git a/Qt.pyc b/Qt.pyc deleted file mode 100644 index 0a46429d..00000000 Binary files a/Qt.pyc and /dev/null differ diff --git a/SignalProxy.pyc b/SignalProxy.pyc deleted file mode 100644 index 42390dfa..00000000 Binary files a/SignalProxy.pyc and /dev/null differ diff --git a/Transform.pyc b/Transform.pyc deleted file mode 100644 index 2bb1ce46..00000000 Binary files a/Transform.pyc and /dev/null differ diff --git a/WidgetGroup.pyc b/WidgetGroup.pyc deleted file mode 100644 index 1743d304..00000000 Binary files a/WidgetGroup.pyc and /dev/null differ diff --git a/__init__.pyc b/__init__.pyc deleted file mode 100644 index aaddcfeb..00000000 Binary files a/__init__.pyc and /dev/null differ diff --git a/debug.pyc b/debug.pyc deleted file mode 100644 index b44753ef..00000000 Binary files a/debug.pyc and /dev/null differ diff --git a/functions.pyc b/functions.pyc deleted file mode 100644 index b71083c0..00000000 Binary files a/functions.pyc and /dev/null differ diff --git a/graphicsItems/GraphicsItemMethods.py b/graphicsItems/GraphicsItemMethods.py index 63e95476..49da713b 100644 --- a/graphicsItems/GraphicsItemMethods.py +++ b/graphicsItems/GraphicsItemMethods.py @@ -3,7 +3,7 @@ from pyqtgraph.GraphicsScene import GraphicsScene from pyqtgraph.Point import Point import weakref -class GraphicsItemMethods: +class GraphicsItemMethods(object): """ Class providing useful methods to GraphicsObject and GraphicsWidget. """ @@ -253,4 +253,4 @@ class GraphicsItemMethods: - \ No newline at end of file + diff --git a/graphicsItems/PlotItem/PlotItem.py b/graphicsItems/PlotItem/PlotItem.py index 2e15f016..c02dbc24 100644 --- a/graphicsItems/PlotItem/PlotItem.py +++ b/graphicsItems/PlotItem/PlotItem.py @@ -24,6 +24,7 @@ from pyqtgraph.widgets.FileDialog import FileDialog import weakref #from types import * import numpy as np +import os #from .. PlotCurveItem import PlotCurveItem #from .. ScatterPlotItem import ScatterPlotItem from .. PlotDataItem import PlotDataItem diff --git a/graphicsWindows.pyc b/graphicsWindows.pyc deleted file mode 100644 index 415b4901..00000000 Binary files a/graphicsWindows.pyc and /dev/null differ diff --git a/ptime.pyc b/ptime.pyc deleted file mode 100644 index 3761c6f2..00000000 Binary files a/ptime.pyc and /dev/null differ