From a56173846cd2232fdff4d90e295e86e319a0f1e1 Mon Sep 17 00:00:00 2001 From: Jamie Bullock Date: Fri, 30 Mar 2012 13:13:52 +0000 Subject: - updated python test to import libxtract.xtract --- swig/python/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'swig/python') 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"' -- cgit v1.2.3