summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-05-31 21:45:26 +0000
committerJohannes Erdfelt <johannes.erdfelt@rackspace.com>2012-06-01 00:03:04 +0000
commitfb0eb9ecf4819cda7667990c7e91488d63f599e3 (patch)
tree5e7f7e1f3a5e9f28ba76707cc25db13e6b7ac09f
parent3ae2c6abcde71564e7ee9f73ea86a6c5acc78029 (diff)
Finish removing xenapi.HelperBase class
The XenAPI driver has the concept of helper classes. All methods have been classmethods and the classes themselves are never instantiated. As a result, they only add an extra namespace lookup and provide no value. This is the last patch in this series Change-Id: I314dfa6555d38be9b0988270b3367c4ae86b19bb
-rw-r--r--nova/virt/xenapi/__init__.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/nova/virt/xenapi/__init__.py b/nova/virt/xenapi/__init__.py
index 0e93adcda..d9abe54c5 100644
--- a/nova/virt/xenapi/__init__.py
+++ b/nova/virt/xenapi/__init__.py
@@ -18,9 +18,3 @@
:mod:`xenapi` -- Nova support for XenServer and XCP through XenAPI
==================================================================
"""
-
-
-class HelperBase(object):
- """
- The base for helper classes.
- """