summaryrefslogtreecommitdiffstats
path: root/src/software/openlmi/software/cimom_entry.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/software/openlmi/software/cimom_entry.py')
-rw-r--r--src/software/openlmi/software/cimom_entry.py8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/software/openlmi/software/cimom_entry.py b/src/software/openlmi/software/cimom_entry.py
index 4aa1d44..6c37c9a 100644
--- a/src/software/openlmi/software/cimom_entry.py
+++ b/src/software/openlmi/software/cimom_entry.py
@@ -101,9 +101,13 @@ def get_providers(env):
return providers
def can_unload(_env):
- """ Says, whether providers can be unlouded. """
+ """
+ Says, whether providers can be unloaded.
+ """
return True
def shutdown(_env):
- """ Release resources upon cleanup. """
+ """
+ Release resources upon cleanup.
+ """
YumDB.get_instance().clean_up()