mercurial/manifest.py
changeset 1541 bf4e7ef08741
parent 1534 80a3d6a0af71
child 1650 f2ebd5251e88
child 1677 11d12bd6e1dc
--- a/mercurial/manifest.py
+++ b/mercurial/manifest.py
@@ -5,7 +5,7 @@
 # This software may be used and distributed according to the terms
 # of the GNU General Public License, incorporated herein by reference.
 
-import sys, struct
+import struct
 from revlog import *
 from i18n import gettext as _
 from demandload import *