##// END OF EJS Templates
revlog: remove some unnecessary imports...
mpm@selenic.com -
r208:0a37e9c8 default
parent child Browse files
Show More
@@ -8,7 +8,7 b''
8 8 # This software may be used and distributed according to the terms
9 9 # of the GNU General Public License, incorporated herein by reference.
10 10
11 import zlib, struct, sha, os, tempfile, binascii, heapq
11 import zlib, struct, sha, binascii, heapq
12 12 from mercurial import mdiff
13 13
14 14 def hex(node): return binascii.hexlify(node)
General Comments 0
You need to be logged in to leave comments. Login now