[Treepkg-commits] r154 - trunk/treepkg

scm-commit@wald.intevation.org scm-commit at wald.intevation.org
Fri Jan 9 22:13:51 CET 2009


Author: bh
Date: 2009-01-09 22:13:51 +0100 (Fri, 09 Jan 2009)
New Revision: 154

Modified:
   trunk/treepkg/subversion.py
Log:
Fix a bug introduced by the subversion interface reorganization


Modified: trunk/treepkg/subversion.py
===================================================================
--- trunk/treepkg/subversion.py	2009-01-08 19:58:06 UTC (rev 153)
+++ trunk/treepkg/subversion.py	2009-01-09 21:13:51 UTC (rev 154)
@@ -79,7 +79,7 @@
         for subdir in self.external_subdirs:
             absdir = os.path.join(destdir, subdir)
             if not os.path.isdir(absdir):
-                subversion.export(os.path.join(localdir, subdir), absdir)
+                export(os.path.join(localdir, subdir), absdir)
 
     def last_changed_revision(self, localdir):
         """Returns the last changed revision of the working copy in localdir"""



More information about the Treepkg-commits mailing list