mercurial/hg.py
changeset 223 1aaa49039a6b
parent 222 87484f627422
child 224 ccbcc4d76f81
--- a/mercurial/hg.py	Thu Jun 02 18:46:49 2005 -0800
+++ b/mercurial/hg.py	Fri Jun 03 12:40:32 2005 -0800
@@ -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, sha, socket, os, time, re, urllib2
+import sys, struct, sha, socket, os, time, re, urllib2, tempfile
 import urllib
 from mercurial import byterange, lock
 from mercurial.transaction import *