[Checkins] SVN: zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/fssync.py remove unused imports

Fred Drake fdrake at gmail.com
Fri Oct 15 16:20:44 EDT 2010


Log message for revision 117581:
  remove unused imports
  

Changed:
  U   zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/fssync.py

-=-
Modified: zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/fssync.py
===================================================================
--- zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/fssync.py	2010-10-15 15:29:12 UTC (rev 117580)
+++ zope.app.fssync/branches/achapman-tests-pass/src/zope/app/fssync/fssync.py	2010-10-15 20:20:43 UTC (rev 117581)
@@ -34,8 +34,8 @@
 
 import os.path
 from os.path import exists, isfile, isdir
-from os.path import dirname, basename, split, join
-from os.path import realpath, normcase, normpath
+from os.path import split, join
+from os.path import realpath, normcase
 
 from zope.fssync.metadata import Metadata, dump_entries
 from zope.fssync.fsmerger import FSMerger



More information about the checkins mailing list