Modified:
/trunk/filechanges/__init__.py
=======================================
--- /trunk/filechanges/__init__.py Tue Jan 12 23:31:29 2010
+++ /trunk/filechanges/__init__.py Tue Jan 19 23:41:57 2010
@@ -66,7 +66,7 @@
if skipPath in path:
return True
- return False
+ return not path.endswith(".py")
def ProcessFileEvents(self):
self.module.Check(self)