[Pkg-xen-changes] r750 - trunk/xen/debian/patches

Bastian Blank waldi at alioth.debian.org
Wed Apr 28 16:36:19 UTC 2010


Author: waldi
Date: Wed Apr 28 16:36:17 2010
New Revision: 750

Log:
debian/patches/tools-python-prefix.diff: Fix.

Modified:
   trunk/xen/debian/patches/tools-python-prefix.diff

Modified: trunk/xen/debian/patches/tools-python-prefix.diff
==============================================================================
--- trunk/xen/debian/patches/tools-python-prefix.diff	Wed Apr 28 16:22:43 2010	(r749)
+++ trunk/xen/debian/patches/tools-python-prefix.diff	Wed Apr 28 16:36:17 2010	(r750)
@@ -12,7 +12,7 @@
 +    def __init__(self, path=[]):
 +        self._path = path
 +    def __call__(self, name):
-+        for dir in self.path:
++        for dir in self._path:
 +            real = os.path.join(dir, name)
 +            if os.path.exists(real):
 +                return real



More information about the Pkg-xen-changes mailing list