aboutsummaryrefslogtreecommitdiff
path: root/swig/python
diff options
context:
space:
mode:
Diffstat (limited to 'swig/python')
-rw-r--r--swig/python/test.py2
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"'