Browse Source

fix import name

pull/3/head
Brett Langdon 5 years ago
parent
commit
b5f1b58a45
Signed by: brettlangdon GPG Key ID: A70042D88B95AA2B
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sysaudit/__init__.py

+ 1
- 1
sysaudit/__init__.py View File

@ -10,7 +10,7 @@ if hasattr(sys, "audit") and hasattr(sys, "addaudithook"):
addaudithook = sys.addaudithook
else:
try:
from .csysaudit import audit, addaudithook
from ._csysaudit import audit, addaudithook
except ImportError:
_hooks = list()


Loading…
Cancel
Save