diff options
Diffstat (limited to 'func/overlord')
-rw-r--r-- | func/overlord/command.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/func/overlord/command.py b/func/overlord/command.py index 537bec5..aa21ddb 100644 --- a/func/overlord/command.py +++ b/func/overlord/command.py @@ -15,7 +15,6 @@ import optparse import sys from func.config import read_config, CONFIG_FILE -from func.overlord import client from certmaster.commonconfig import CMConfig |