# HG changeset patch
# User Robin Farine <[EMAIL PROTECTED]>
# Node ID 5921c62a9fe6eba3d83d18274f05524606eb8a35
# Parent  4583592a4ec5ff5de2140e216f668aec530c7362
add missing import for SyncronizableTargetWorkingDir::_renameEntries()

diff -r 4583592a4ec5 -r 5921c62a9fe6 vcpx/target.py
--- a/vcpx/target.py    Thu Nov  3 13:52:52 2005 +0100
+++ b/vcpx/target.py    Thu Nov  3 13:53:35 2005 +0100
@@ -392,6 +392,7 @@
         """
 
         from os.path import split, join, exists
+        from os import rename
 
         added = []
         for e in entries:
_______________________________________________
Tailor mailing list
[email protected]
http://lists.zooko.com/mailman/listinfo/tailor

Reply via email to