Skip to content

Commit

Permalink
os: Import _os for C-level functions.
Browse files Browse the repository at this point in the history
  • Loading branch information
pfalcon committed May 14, 2014
1 parent 96abe49 commit 232e62e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions os/os/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
import array
import struct
import errno
try:
from _os import *
except:
pass


libc = ffi.open("libc.so.6")
Expand Down

0 comments on commit 232e62e

Please sign in to comment.