pyqtgraph/examples/initExample.py
2012-06-21 21:52:34 -04:00

4 lines
167 B
Python

## make this version of pyqtgraph importable before any others
import sys, os
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..', '..')))