diff options
Diffstat (limited to 'elivepatch_client/client/cli.py')
-rw-r--r-- | elivepatch_client/client/cli.py | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/elivepatch_client/client/cli.py b/elivepatch_client/client/cli.py index b4e0ec3..800fc93 100644 --- a/elivepatch_client/client/cli.py +++ b/elivepatch_client/client/cli.py @@ -58,13 +58,6 @@ class Main(object): print('--help for help\n\ you need at list --patch or --cve') - def __call__(self): - pass - - def send_config(self): - server = restful.ManaGer(self.url) - pass - def livepatch(url, kernel_version, config, main_patch, incremental_patch_names_list): """ |