about summary refs log tree commit diff stats
path: root/openbsd/__init__.py
diff options
context:
space:
mode:
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"]