diff options
Diffstat (limited to 'scripts/stepstats.py')
-rwxr-xr-x | scripts/stepstats.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/stepstats.py b/scripts/stepstats.py index 4292a525..6f7710b1 100755 --- a/scripts/stepstats.py +++ b/scripts/stepstats.py @@ -6,6 +6,7 @@ # This file may be distributed under the terms of the GNU GPLv3 license. import optparse + def main(): usage = "%prog [options] <comms file>" opts = optparse.OptionParser(usage) |