diff options
author | Alice Ferrazzi <alice.ferrazzi@gmail.com> | 2017-08-22 18:19:22 +0900 |
---|---|---|
committer | Alice Ferrazzi <alice.ferrazzi@gmail.com> | 2017-08-22 18:19:22 +0900 |
commit | dccfae2fd228a4dac6186bdccc045d2068f8e2f8 (patch) | |
tree | 4df2131ce523933e4680e30a157ec42d643aa46d | |
parent | made function for building and installing the live patch (diff) | |
download | elivepatch-dccfae2fd228a4dac6186bdccc045d2068f8e2f8.tar.gz elivepatch-dccfae2fd228a4dac6186bdccc045d2068f8e2f8.tar.bz2 elivepatch-dccfae2fd228a4dac6186bdccc045d2068f8e2f8.zip |
removed not needed code
-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): """ |