about summary refs log tree commit diff stats
path: root/openbsd/__init__.py
diff options
context:
space:
mode:
authorYuce Tekol <yucetekol@gmail.com>2019-05-03 02:28:15 +0300
committerYuce Tekol <yucetekol@gmail.com>2019-05-03 02:28:15 +0300
commit83130efe9fbb7a026f571e77b49bb57be45fe5b9 (patch)
treefd8fa60b658547751778737adb4b6804132ca0e0 /openbsd/__init__.py
parenta0bd7adde20e1b89768b3784aeb9c03e851d7c70 (diff)
downloadpyopenbsd-83130efe9fbb7a026f571e77b49bb57be45fe5b9.tar.gz
dir layout
Diffstat (limited to 'openbsd/__init__.py')
-rw-r--r--openbsd/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbsd/__init__.py b/openbsd/__init__.py
index 8810370..1aab185 100644
--- a/openbsd/__init__.py
+++ b/openbsd/__init__.py
@@ -1,7 +1,7 @@
 
 import sys
 from cffi import FFI
-from _openbsd import lib as _lib
+from ._openbsd import lib as _lib
 
 __all__ = ["pledge", "unveil"]