diff options
author | Rob Austein <sra@hactrn.net> | 2009-12-18 19:11:21 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2009-12-18 19:11:21 +0000 |
commit | 88a71ab12acc4555de2485eb50f3e16f54372113 (patch) | |
tree | 5b9614b9fd9667a9116149b46fac95de4ea6c4f3 /rpkid/rpki/async.py | |
parent | c30e248c86797c2fd597b763b09e651566a33a20 (diff) |
Doxygen markup error
svn path=/rpkid/rpki/async.py; revision=2892
Diffstat (limited to 'rpkid/rpki/async.py')
-rw-r--r-- | rpkid/rpki/async.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rpkid/rpki/async.py b/rpkid/rpki/async.py index d8e12dd7..2f1db268 100644 --- a/rpkid/rpki/async.py +++ b/rpkid/rpki/async.py @@ -241,7 +241,6 @@ class timer(object): cls.queue.pop(0).cancel() ## @var deferred_queue - # List to hold deferred actions. We used to do this with the timer # queue, but that appears to confuse the garbage collector, and is # overengineering for simple deferred actions in any case. |