Backing out 86dc014cdd74. Not ready yet

This commit is contained in:
Jesus Cea 2012-04-26 17:05:31 +02:00
parent 2b47f0a23f
commit 990eff0776
8 changed files with 12 additions and 60 deletions

View file

@ -116,7 +116,6 @@ del _names
# Python uses fixed values for the SEEK_ constants; they are mapped
# to native constants if necessary in posixmodule.c
# Other possible SEEK values are directly imported from posixmodule.c
SEEK_SET = 0
SEEK_CUR = 1
SEEK_END = 2