pyqtgraph/examples/initExample.py
2012-03-17 11:47:20 -04:00

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__), '..', '..'))