Get rid of evil workaround for Python 1.4b2 bug.

This commit is contained in:
Guido van Rossum 1996-10-22 18:59:47 +00:00
parent a31e084136
commit 176f10e3d5
1 changed files with 0 additions and 4 deletions

View File

@ -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