19 |
19 |
20 @param dataString string to be printed |
20 @param dataString string to be printed |
21 @type str |
21 @type str |
22 """ |
22 """ |
23 print("@@eric_start@@{0}@@eric_end@@".format(dataString), file=sys.stderr) |
23 print("@@eric_start@@{0}@@eric_end@@".format(dataString), file=sys.stderr) |
|
24 |
24 |
25 |
25 try: |
26 try: |
26 from PyQt5 import uic |
27 from PyQt5 import uic |
27 from PyQt5.QtCore import QByteArray, QMetaMethod |
28 from PyQt5.QtCore import QByteArray, QMetaMethod |
28 from PyQt5.QtWidgets import QAction, QApplication, QWidget |
29 from PyQt5.QtWidgets import QAction, QApplication, QWidget |