diff options
Diffstat (limited to 'scripts/motan/readlog.py')
-rw-r--r-- | scripts/motan/readlog.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/motan/readlog.py b/scripts/motan/readlog.py index 8f86d4e2..0d7651b6 100644 --- a/scripts/motan/readlog.py +++ b/scripts/motan/readlog.py @@ -3,7 +3,8 @@ # Copyright (C) 2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import json, zlib +import json +import zlib class error(Exception): |