Commit a5e4236e authored by Andreas Jung's avatar Andreas Jung

removed (no more needed for Python 2.1)

parent 2e52dc6b
# We want to use updated asynchat and asyncore if using Python1.5
import sys
if sys.version[:1] < '2':
import asyncore
sys.modules['asyncore']=asyncore
del asyncore
del sys
This diff is collapsed.
# We want to use updated asynchat and asyncore if using Python1.5
import sys
if sys.version[:1] < '2':
import asyncore
sys.modules['asyncore']=asyncore
del asyncore
del sys
This diff is collapsed.
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