[update] make PYQTGRAPH mandatory for PyLoT (stop maintaining unused stuff)!

This commit is contained in:
2018-07-17 14:49:37 +02:00
parent 64885db214
commit fbc01290d5
3 changed files with 4 additions and 18 deletions
+1 -6
View File
@@ -22,12 +22,7 @@ from pylot.styles import style_settings
from scipy.interpolate import splrep, splev
from PySide import QtCore, QtGui
try:
import pyqtgraph as pg
except Exception as e:
print('PyLoT: Could not import pyqtgraph. {}'.format(e))
pg = None
import pyqtgraph as pg
def _pickle_method(m):
if m.im_self is None: