[PATCH] add missing errno import
- From: Vincent Legoll <vincent legoll gmail com>
- To: meld-list gnome org
- Subject: [PATCH] add missing errno import
- Date: Sun, 15 Feb 2009 13:10:30 +0100
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]