]> git.phdru.name Git - mimedecode.git/commitdiff
Rename get_opt to get_opts
authorOleg Broytman <phd@phdru.name>
Mon, 10 Mar 2014 20:20:27 +0000 (00:20 +0400)
committerOleg Broytman <phd@phdru.name>
Mon, 10 Mar 2014 20:20:27 +0000 (00:20 +0400)
mimedecode.py

index 8971efa913688653b57d5f873895ed66156cd952..64281715ac0a213f584eb66e41ea20936bde1bd7 100755 (executable)
@@ -398,7 +398,7 @@ class GlobalOptions:
 gopts = GlobalOptions
 
 
-def get_opt():
+def get_opts():
     from getopt import getopt, GetoptError
 
     try:
@@ -463,7 +463,7 @@ def get_opt():
 
 
 if __name__ == "__main__":
-    arguments = get_opt()
+    arguments = get_opts()
 
     la = len(arguments)
     if la == 0: