changeset 127:aadc06a1b317

- updated python test to import libxtract.xtract
author Jamie Bullock <jamie@postlude.co.uk>
date Fri, 30 Mar 2012 13:13:52 +0000
parents 0d49e1502159
children 110afbaa8aaa
files swig/python/test.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/swig/python/test.py	Thu Mar 29 17:24:45 2012 +0000
+++ b/swig/python/test.py	Fri Mar 30 13:13:52 2012 +0000
@@ -1,7 +1,7 @@
 #!/usr/bin/python
 
 try:
-    import xtract
+    import libxtract.xtract as xtract
 except ImportError:
     print 'Failed to load the library "xtract"'