select: Re-export uselect module contents (poll() and related).

pull/217/head
Paul Sokolovsky 2017-10-07 01:13:28 +03:00
rodzic 423e6c6a53
commit f5bc4d8ea3
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -3,6 +3,7 @@ import ustruct as struct
import os import os
import errno import errno
import ffilib import ffilib
from uselect import *
libc = ffilib.libc() libc = ffilib.libc()