diff options
| author | Simo Sorce <simo@redhat.com> | 2015-09-29 11:20:38 -0400 |
|---|---|---|
| committer | Simo Sorce <simo@redhat.com> | 2015-10-19 12:16:52 -0400 |
| commit | 5fceed2d9be1001fc486d801e0a0f923d8dd3159 (patch) | |
| tree | fc51762aa859135a1ebdaa9e96c95b25a847991c /custodia/log.py | |
| parent | 18178ce292ae2f88528c7e6256c9956ec9ebf896 (diff) | |
| download | custodia-5fceed2d9be1001fc486d801e0a0f923d8dd3159.tar.gz custodia-5fceed2d9be1001fc486d801e0a0f923d8dd3159.tar.xz custodia-5fceed2d9be1001fc486d801e0a0f923d8dd3159.zip | |
Make tox pep8 happy
Signed-off-by: Simo Sorce <simo@redhat.com>
Reviewed-by: Christian Heimes <cheimes@redhat.com>
Diffstat (limited to 'custodia/log.py')
| -rw-r--r-- | custodia/log.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/custodia/log.py b/custodia/log.py index 3f258e5..a04288d 100644 --- a/custodia/log.py +++ b/custodia/log.py @@ -2,8 +2,8 @@ import io import sys -import traceback import time +import traceback DEBUG = False @@ -54,7 +54,7 @@ AUDIT_MESSAGES = [ ] -class audit_log(object): +class AuditLog(object): def __init__(self, config): if config is None: |
