add seek constants to __all__
This commit is contained in:
parent
00b6590821
commit
cafc225f54
|
@ -55,7 +55,8 @@ __author__ = ("Guido van Rossum <guido@python.org>, "
|
|||
__all__ = ["BlockingIOError", "open", "IOBase", "RawIOBase", "FileIO",
|
||||
"BytesIO", "StringIO", "BufferedIOBase",
|
||||
"BufferedReader", "BufferedWriter", "BufferedRWPair",
|
||||
"BufferedRandom", "TextIOBase", "TextIOWrapper"]
|
||||
"BufferedRandom", "TextIOBase", "TextIOWrapper",
|
||||
"SEEK_SET", "SEEK_CUR", "SEEK_END"]
|
||||
|
||||
import os
|
||||
import abc
|
||||
|
|
Loading…
Reference in New Issue