diff options
Diffstat (limited to 'bin/Command.py')
-rw-r--r-- | bin/Command.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/Command.py b/bin/Command.py index 768caed..dadd7a9 100644 --- a/bin/Command.py +++ b/bin/Command.py @@ -4,6 +4,7 @@ # # XXX Describe what the script does here. # +from __future__ import print_function import getopt import os |