[PATCH] add missing errno import



Add missing errno import

-- 
Vincent Legoll
Index: vc/monotone.py
===================================================================
--- vc/monotone.py	(révision 1153)
+++ vc/monotone.py	(copie de travail)
@@ -26,8 +26,8 @@
 import re
 import time
 import _vc
+import errno
 
-
 class Vc(_vc.Vc):
     CMD = "mtn"
     NAME = "Monotone"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]