mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +00:00
Get rid of evil workaround for Python 1.4b2 bug.
This commit is contained in:
parent
a31e084136
commit
176f10e3d5
1 changed files with 0 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue