changeset 228:d2ddd037ddaf

Fix a bug introduced by the subversion interface reorganization
author Bernhard Herzog <bh@intevation.de>
date Fri, 09 Jan 2009 21:13:51 +0000
parents 6199f02bdd32
children 653a45adda50
files treepkg/subversion.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/treepkg/subversion.py	Thu Jan 08 19:58:06 2009 +0000
+++ b/treepkg/subversion.py	Fri Jan 09 21:13:51 2009 +0000
@@ -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"""
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)