4 lines
150 B
Python
4 lines
150 B
Python
## make this version of pyqtgraph importable before any others
|
|
import sys, os
|
|
sys.path.insert(0, os.path.join(os.path.dirname(__file__), '..', '..'))
|