diff options
author | Yuce Tekol <yucetekol@gmail.com> | 2019-05-03 13:07:56 +0300 |
---|---|---|
committer | Yuce Tekol <yucetekol@gmail.com> | 2019-05-03 13:07:56 +0300 |
commit | aefef1875c0d367e720c4b68919210bb34d755bc (patch) | |
tree | 813e6f31d869f62a8808f25b6cad89d3a45cddd0 /openbsd/__init__.py | |
parent | 40df1261b2c161a5e4fddd599d5d77bd0ebec930 (diff) | |
download | pyopenbsd-aefef1875c0d367e720c4b68919210bb34d755bc.tar.gz |
removed strerror
Diffstat (limited to 'openbsd/__init__.py')
-rw-r--r-- | openbsd/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/openbsd/__init__.py b/openbsd/__init__.py index e321f61..a688661 100644 --- a/openbsd/__init__.py +++ b/openbsd/__init__.py @@ -5,7 +5,6 @@ from cffi import FFI from ._openbsd import lib as _lib __all__ = ["pledge", "unveil"] - _ffi = FFI() |