mercurial/win32.py
changeset 18175 fd3f8b87b682
parent 17428 72803c8edaa4
child 18959 2f6418d8a4c9
--- a/mercurial/win32.py	Tue Jan 01 12:50:04 2013 -0600
+++ b/mercurial/win32.py	Tue Jan 01 12:50:23 2013 -0600
@@ -370,7 +370,7 @@
             if e.errno != errno.EEXIST:
                 raise
     else:
-        raise IOError, (errno.EEXIST, "No usable temporary filename found")
+        raise IOError(errno.EEXIST, "No usable temporary filename found")
 
     try:
         os.unlink(temp)