Author: dmeyer
Date: Mon Oct 30 11:54:29 2006
New Revision: 1943

Modified:
   trunk/base/src/extensions/inotify/__init__.py

Log:
oops, I broke it

Modified: trunk/base/src/extensions/inotify/__init__.py
==============================================================================
--- trunk/base/src/extensions/inotify/__init__.py       (original)
+++ trunk/base/src/extensions/inotify/__init__.py       Mon Oct 30 11:54:29 2006
@@ -201,7 +201,7 @@
             setattr(INotify, attr, getattr(_inotify, attr))
 
     INotify.WATCH_MASK = INotify.MODIFY | INotify.ATTRIB | INotify.DELETE | \
-                         INotify.CREATE | INotify.DELETE_SELF |
+                         INotify.CREATE | INotify.DELETE_SELF | \
                          INotify.UNMOUNT | INotify.MOVE
 
     INotify.CHANGE     = INotify.MODIFY | INotify.ATTRIB

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to