bin/qgpibplotter

Sun, 03 Jun 2018 18:09:47 +0200

author
David Douard <david.douard@logilab.fr>
date
Sun, 03 Jun 2018 18:09:47 +0200
changeset 106
bb477c9ea28d
parent 40
1bbea188a7e5
permissions
-rwxr-xr-x

[test] add a conftest.py file with fixtures for prologix emulator setup in tests

#!/usr/bin/python
import sys, os
try:
    from pygpibtoolkit.plotter.qgpib_plotter import main
except ImportError:
    sys.path.append(os.path.join(os.path.dirname(os.path.abspath(__file__)), ".."))
    from pygpibtoolkit.plotter.qgpib_plotter import main
main()

mercurial