diff --git a/explorationtools.py b/explorationtools.py index 6aa3456..d8fbb86 100755 --- a/explorationtools.py +++ b/explorationtools.py @@ -1,6 +1,5 @@ #!/usr/bin/env python3 -# PYTHON_ARGCOMPLETE_OK -import argcomplete, argparse +import argparse import math import sys @@ -55,7 +54,6 @@ parser_find.add_argument("name", help="the commander in question") parser_find.add_argument("apikey", default="", nargs="?", help="the commander’s EDSM API key. Can be empty for public profiles.") -argcomplete.autocomplete(parser) args = parser.parse_args() # ===========================================================================