##// END OF EJS Templates
Minor import fixups
mpm@selenic.com -
r1099:0cb9c72b default
parent child Browse files
Show More
@@ -6,9 +6,10 b''
6 # This software may be used and distributed according to the terms
6 # This software may be used and distributed according to the terms
7 # of the GNU General Public License, incorporated herein by reference.
7 # of the GNU General Public License, incorporated herein by reference.
8
8
9 import os, cgi, time, re, difflib, socket, sys, zlib
9 import os, cgi, time, re, socket, sys, zlib
10 from mercurial.hg import *
10 from hg import *
11 from mercurial.ui import *
11 from ui import *
12
12
13
13 def templatepath():
14 def templatepath():
14 for f in "templates", "../templates":
15 for f in "templates", "../templates":
@@ -11,7 +11,7 b' of the GNU General Public License, incor'
11 """
11 """
12
12
13 import zlib, struct, sha, binascii, heapq
13 import zlib, struct, sha, binascii, heapq
14 from mercurial import mdiff
14 import mdiff
15 from node import *
15 from node import *
16
16
17 def hash(text, p1, p2):
17 def hash(text, p1, p2):
General Comments 0
You need to be logged in to leave comments. Login now