diff tests/test-bdiff.py @ 8656:284fda4cd093

removed unused imports
author Martin Geisler <mg@lazybytes.net>
date Sat, 30 May 2009 23:20:30 +0200
parents 807f3f5c60e9
children 4c50552fc9bc
line wrap: on
line diff
--- a/tests/test-bdiff.py	Sat May 30 11:32:23 2009 -0700
+++ b/tests/test-bdiff.py	Sat May 30 23:20:30 2009 +0200
@@ -1,6 +1,6 @@
 #!/usr/bin/env python
 
-import sys, struct
+import struct
 from mercurial import bdiff, mpatch
 
 def test1(a, b):