Skip to content

Commit 7231559

Browse files
author
Paul Sokolovsky
committed
io: Add SEEK_* symbolic constants.
1 parent 1bae9c9 commit 7231559

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

io/io.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
11
from uio import *
2+
3+
SEEK_SET = 0
4+
SEEK_CUR = 1
5+
SEEK_END = 2

0 commit comments

Comments
 (0)