diff options
Diffstat (limited to 'Lib/plat-beos5/IN.py')
-rw-r--r-- | Lib/plat-beos5/IN.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-beos5/IN.py b/Lib/plat-beos5/IN.py index 1878a85d0b2..362cb41fa75 100644 --- a/Lib/plat-beos5/IN.py +++ b/Lib/plat-beos5/IN.py @@ -324,4 +324,4 @@ FDSETSIZE = FD_SETSIZE NFDBITS = 32 def _FDMSKNO(fd): return ((fd) / NFDBITS) -def _FDBITNO(fd): return ((fd) % NFDBITS)
\ No newline at end of file +def _FDBITNO(fd): return ((fd) % NFDBITS) |