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
\ No newline at end of file
0.2.2
\ No newline at end of file
#!/usr/bin/env python
import ctypes
try:
from constants import *
except ImportError:
from unshare.constants import *
from unshare.constants import *
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