Author: dmeyer
Date: Fri Oct 26 13:55:54 2007
New Revision: 2884

Log:
add AtTimer and OneShotAtTimer to __all__

Modified:
   trunk/base/src/notifier/timer.py

Modified: trunk/base/src/notifier/timer.py
==============================================================================
--- trunk/base/src/notifier/timer.py    (original)
+++ trunk/base/src/notifier/timer.py    Fri Oct 26 13:55:54 2007
@@ -30,7 +30,8 @@
 #
 # -----------------------------------------------------------------------------
 
-__all__ = [ 'Timer', 'WeakTimer', 'OneShotTimer', 'WeakOneShotTimer' ]
+__all__ = [ 'Timer', 'WeakTimer', 'OneShotTimer', 'WeakOneShotTimer',
+            'AtTimer', 'OneShotAtTimer' ]
 
 import logging
 import time

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Freevo-cvslog mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/freevo-cvslog

Reply via email to