Skip to content

Commit

Permalink
Export delay()
Browse files Browse the repository at this point in the history
  • Loading branch information
jtackaberry committed May 31, 2012
1 parent cd63e53 commit 715f807
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/timer.py
Expand Up @@ -25,7 +25,7 @@
from __future__ import absolute_import

__all__ = [ 'timed', 'Timer', 'WeakTimer', 'OneShotTimer', 'WeakOneShotTimer',
'AtTimer', 'OneShotAtTimer', 'POLICY_ONCE', 'POLICY_MANY',
'AtTimer', 'OneShotAtTimer', 'delay', 'POLICY_ONCE', 'POLICY_MANY',
'POLICY_RESTART' ]

import logging
Expand Down

0 comments on commit 715f807

Please sign in to comment.