mercurial/ancestor.py
changeset 20034 1e5b38a919dd
parent 18987 3605d4e7e618
child 20555 4add43865a9b
--- a/mercurial/ancestor.py	Wed Nov 06 18:19:04 2013 -0500
+++ b/mercurial/ancestor.py	Wed Nov 06 16:48:06 2013 -0500
@@ -5,7 +5,8 @@
 # This software may be used and distributed according to the terms of the
 # GNU General Public License version 2 or any later version.
 
-import heapq, util
+import heapq
+import util
 from node import nullrev
 
 def ancestors(pfunc, *orignodes):