[Zope3-checkins] CVS: Zope3/src/zope/app/fssync - fsbundle.py:1.2

Fred L. Drake, Jr. fred at zope.com
Mon Oct 6 10:15:21 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/fssync
In directory cvs.zope.org:/tmp/cvs-serv16342

Modified Files:
	fsbundle.py 
Log Message:
Fix collector issue #181: syntax error in zope.app.fssync.fsbundle
I'll be writing tests for this module today.


=== Zope3/src/zope/app/fssync/fsbundle.py 1.1 => 1.2 ===
--- Zope3/src/zope/app/fssync/fsbundle.py:1.1	Fri Sep  5 17:13:15 2003
+++ Zope3/src/zope/app/fssync/fsbundle.py	Mon Oct  6 10:15:18 2003
@@ -97,7 +97,6 @@
         self.check_directory_known(os.path.dirname(source))
         self.check_directory_known(source)
         type, factory = self.metadata.gettypeinfo(source)
-        if type not in allowed_types:
         if type == BUNDLE_TYPE:
             pass
         elif type == FOLDER_TYPE:




More information about the Zope3-Checkins mailing list