]> git.llucax.com Git - software/pymin.git/commitdiff
Bugfix: fix pymin.serializer test case import.
authorLeandro Lucarella <llucax@gmail.com>
Sat, 29 Dec 2007 05:40:17 +0000 (02:40 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 29 Dec 2007 05:40:17 +0000 (02:40 -0300)
pymin/serializer.py

index c9d3dbba79e15b8a5df11f20201da8b223aa8c2f..0748769b6e4cf14e206b1ad204a3c463f0b7e8b8 100644 (file)
@@ -29,7 +29,7 @@ def serialize(obj, output=None):
 
 if __name__ == '__main__':
 
-    from seqtools import Sequence
+    from pymin.seqtools import Sequence
 
     class Host(Sequence):
         r"""Host(name, ip, mac) -> Host instance :: Class representing a host.