diff --git a/Telegram/configure.py b/Telegram/configure.py index fe24b9273..ceb27bfb9 100644 --- a/Telegram/configure.py +++ b/Telegram/configure.py @@ -25,8 +25,6 @@ def error(message): if sys.platform == 'win32' and 'COMSPEC' not in os.environ: error('COMSPEC environment variable is not set.') -executePath = os.getcwd() -scriptPath = os.path.dirname(os.path.realpath(__file__)) scriptName = os.path.basename(scriptPath) arguments = sys.argv[1:]