]> code.delx.au - pymsnt/blobdiff - src/throttle.py
Merged branches/msnfix 204:217 to trunk
[pymsnt] / src / throttle.py
similarity index 86%
rename from src/tlib/throttle.py
rename to src/throttle.py
index 88b194e8198be2b7d82e583ba928c9d22a5763c3..c1d8c528dc50602d7dc03b5a59cd33b55309c1a5 100644 (file)
@@ -1,6 +1,8 @@
-from twisted.internet import task
+# Copyright 2006 James Bunton <james@delx.cjb.net> 
+# Licensed for distribution under the GPL version 2, check COPYING for details
 
 
+from twisted.internet import task
 
 class Throttler:
        def __init__(self, consumer, speed):