Commit 813e756a authored by Martijn Pieters's avatar Martijn Pieters

Clean up indentation and trailing whitespace.

parent a4a15fb6
...@@ -29,7 +29,7 @@ This module rebinds loop() in the asyncore module; i.e. once this ...@@ -29,7 +29,7 @@ This module rebinds loop() in the asyncore module; i.e. once this
module is imported, any client of the asyncore module will get module is imported, any client of the asyncore module will get
ThreadedAsync.loop() when it calls asyncore.loop(). ThreadedAsync.loop() when it calls asyncore.loop().
""" """
__version__='$Revision: 1.3 $'[11:-2] __version__='$Revision: 1.4 $'[11:-2]
import asyncore import asyncore
import select import select
......
...@@ -13,6 +13,6 @@ ...@@ -13,6 +13,6 @@
############################################################################## ##############################################################################
""" """
""" """
__version__='$Revision: 1.3 $'[11:-2] __version__='$Revision: 1.4 $'[11:-2]
from LoopCallback import register_loop_callback from LoopCallback import register_loop_callback
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment