Remove commented parts

This commit is contained in:
Ekaterina Fedorova 2013-10-24 13:33:14 +04:00
parent 2fa710df57
commit 64ce9fd919
1 changed files with 0 additions and 16 deletions

View File

@ -12,22 +12,6 @@
# License for the specific language governing permissions and limitations
# under the License.
from muranoclient.common import base
# class MetadataClient(base.Resource):
# def __repr__(self):
# return "<Metadata Client %s>" % self._info
#
#
# class MetadataClientManager(base.Manager):
# resource_class = MetadataClient
#
# def get_ui_archive(self):
# return self._get('/v1/client/ui')
#
# def conductor(self):
# return self._get('/v1/client/conductor')
class Controller(object):
def __init__(self, http_client):