From ba28db690a41415032602989635bf220fb42cb0a Mon Sep 17 00:00:00 2001 From: Jeffrey Phillips Freeman <jeffrey.freeman@syncleus.com> Date: Sun, 25 Sep 2016 12:52:43 -0400 Subject: [PATCH] Removed some unused global keywords. --- src/apex/cli.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/apex/cli.py b/src/apex/cli.py index 0b4da39..ee50192 100644 --- a/src/apex/cli.py +++ b/src/apex/cli.py @@ -174,8 +174,6 @@ def main(verbose, configfile): def sigint_handler(signal, frame): global running - global port_map - global plugin_modules running = False -- GitLab