Skip to content
Snippets Groups Projects
Commit cd561aa7 authored by nimrod's avatar nimrod
Browse files

- Consistent import statement.

parent e0307847
Branches
No related tags found
No related merge requests found
0.2.1 0.2.2
\ No newline at end of file \ No newline at end of file
#!/usr/bin/env python #!/usr/bin/env python
import ctypes import ctypes
try: from unshare.constants import *
from constants import *
except ImportError:
from unshare.constants import *
libc = ctypes.CDLL('libc.so.6') libc = ctypes.CDLL('libc.so.6')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment