diff options
author | Jamie Bullock <jamie@postlude.co.uk> | 2012-03-30 13:13:52 +0000 |
---|---|---|
committer | Jamie Bullock <jamie@postlude.co.uk> | 2012-03-30 13:13:52 +0000 |
commit | a56173846cd2232fdff4d90e295e86e319a0f1e1 (patch) | |
tree | b39ec6eb6581d5cb21c43d66d648776a0e4d1f23 /swig | |
parent | 73ce4da587c7a9e63c64c4c21e62c9e25fc93466 (diff) | |
download | LibXtract-a56173846cd2232fdff4d90e295e86e319a0f1e1.tar.gz LibXtract-a56173846cd2232fdff4d90e295e86e319a0f1e1.tar.bz2 LibXtract-a56173846cd2232fdff4d90e295e86e319a0f1e1.zip |
- updated python test to import libxtract.xtract
Diffstat (limited to 'swig')
-rw-r--r-- | swig/python/test.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/swig/python/test.py b/swig/python/test.py index e2f0d24..fe4981e 100644 --- a/swig/python/test.py +++ b/swig/python/test.py @@ -1,7 +1,7 @@ #!/usr/bin/python try: - import xtract + import libxtract.xtract as xtract except ImportError: print 'Failed to load the library "xtract"' |