[update] rename QtPylot -> PyLoT (suggestion)

This commit is contained in:
2017-09-21 15:36:17 +02:00
parent af5953b053
commit 255eca3c05
3 changed files with 7 additions and 7 deletions

View File

@@ -22,7 +22,7 @@ from PySide import QtCore, QtGui
try:
import pyqtgraph as pg
except Exception as e:
print('QtPyLoT: Could not import pyqtgraph. {}'.format(e))
print('PyLoT: Could not import pyqtgraph. {}'.format(e))
pg = None
def _pickle_method(m):

View File

@@ -2472,7 +2472,7 @@ class TuneAutopicker(QWidget):
QWidget used to modifiy and test picking parameters for autopicking algorithm.
:param: parent
:type: QtPyLoT Mainwindow
:type: PyLoT Mainwindow
'''
def __init__(self, parent):