Browse Source

Update sysaudit/__init__.py

pull/10/head
Brett Langdon 5 years ago
committed by GitHub
parent
commit
46f075779b
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      sysaudit/__init__.py

+ 1
- 1
sysaudit/__init__.py View File

@ -12,7 +12,7 @@ if hasattr(sys, "audit") and hasattr(sys, "addaudithook"):
std_audit = sys.audit
std_addaudithook = sys.addaudithook
# Try to import CPython version
# Try to import Cython version
csysaudit_audit = None
csysaudit_addaudithook = None
try:


Loading…
Cancel
Save