diff options
Diffstat (limited to 'scripts/motan/analyzers.py')
-rw-r--r-- | scripts/motan/analyzers.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/motan/analyzers.py b/scripts/motan/analyzers.py index 917cb032..15f87ffc 100644 --- a/scripts/motan/analyzers.py +++ b/scripts/motan/analyzers.py @@ -3,9 +3,10 @@ # Copyright (C) 2021 Kevin O'Connor <kevin@koconnor.net> # # This file may be distributed under the terms of the GNU GPLv3 license. -import math, collections -import readlog +import collections +import math +import readlog ###################################################################### # Analysis code |