i18n/mki18n.py
changeset 1919 ccea0fa6ea91
parent 1881 091005ec69c4
child 2350 9f7028ab8294
--- a/i18n/mki18n.py	Wed Jan 31 15:25:30 2018 +0100
+++ b/i18n/mki18n.py	Thu Feb 01 14:51:18 2018 +0100
@@ -439,7 +439,8 @@
 # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
 #
 if __name__ == "__main__":
-    import getopt     # command line parsing
+    # command line parsing
+    import getopt    # pylint: disable=wrong-import-order,wrong-import-position
     argc = len(sys.argv)
     if argc == 1:
         printUsage('Missing argument: specify at least one of -m or -p (or both).')