diff -r 8ca9f5b17257 -r bf4e7ef08741 mercurial/manifest.py --- a/mercurial/manifest.py Mon Nov 14 02:30:19 2005 +0200 +++ b/mercurial/manifest.py Mon Nov 14 03:59:35 2005 +0200 @@ -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 *