[Zope3-checkins] CVS: Zope3/src/zope/app/fssync - fsbundle.py:1.4
Jeremy Hylton
cvs-admin at zope.org
Mon Nov 3 23:04:58 EST 2003
Update of /cvs-repository/Zope3/src/zope/app/fssync
In directory cvs.zope.org:/tmp/cvs-serv28992/src/zope/app/fssync
Modified Files:
fsbundle.py
Log Message:
Fix various import issues.
Some names where from imported twice.
Other imports were unused.
Often imports were in partly random order, making them harder to read.
=== Zope3/src/zope/app/fssync/fsbundle.py 1.3 => 1.4 ===
--- Zope3/src/zope/app/fssync/fsbundle.py:1.3 Mon Oct 6 16:04:32 2003
+++ Zope3/src/zope/app/fssync/fsbundle.py Mon Nov 3 23:04:27 2003
@@ -17,7 +17,6 @@
"""
import os
-import posixpath
import shutil
from zope.fssync.copier import ObjectCopier
More information about the Zope3-Checkins
mailing list