summaryrefslogtreecommitdiff
path: root/cli.py
diff options
context:
space:
mode:
authorjvoisin2011-08-04 16:12:22 +0200
committerjvoisin2011-08-04 16:12:22 +0200
commitad31d77e6a199295ba44832abec35b054d04bced (patch)
tree15a4ce04cb70812d663108517dae35440f343d41 /cli.py
parentb8491275fc93385236a0bc3856ecaf3acaab6b63 (diff)
Cleanup
Diffstat (limited to 'cli.py')
-rwxr-xr-xcli.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli.py b/cli.py
index 01b614d..a540258 100755
--- a/cli.py
+++ b/cli.py
@@ -123,6 +123,7 @@ def list_supported():
123 print('\n') 123 print('\n')
124 sys.exit(0) 124 sys.exit(0)
125 125
126
126def main(): 127def main():
127 ''' 128 '''
128 main function : get args, and launch the appropriate function 129 main function : get args, and launch the appropriate function