Commit 176f10e3 authored by Guido van Rossum's avatar Guido van Rossum

Get rid of evil workaround for Python 1.4b2 bug.

parent a31e0841
......@@ -10,10 +10,6 @@ support for those representations we can't do much with from Python.
import struct
from types import LongType
# workaround Python 1.4b2 bug
import sys
sys.path[0] = '.'
# use C layer XDR libraries for some data types if available
try:
import _xdr
......
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