Author: chrisz
Date: Mon Jun 5 09:36:08 2006
New Revision: 5340
Modified:
Webware/trunk/WebKit/AutoReloadingAppServer.py
Log:
Pretty bad typo that may prevent AutoReloadingAppServer from working.
Modified: Webware/trunk/WebKit/AutoReloadingAppServer.py
==============================================================================
--- Webware/trunk/WebKit/AutoReloadingAppServer.py (original)
+++ Webware/trunk/WebKit/AutoReloadingAppServer.py Mon Jun 5 09:36:08 2006
@@ -109,7 +109,7 @@
self._use_fam = True
except IOError:
print 'FAM not available, fall back to polling.'
- self._fc = NOne
+ self._fc = None
if self._use_fam:
print 'AutoReload Monitor started, using FAM.'
target = self.fileMonitorThreadLoopFAM
|