summaryrefslogtreecommitdiff
path: root/novaclient
diff options
context:
space:
mode:
authorRonald Bradford <ronald.bradford@gmail.com>2016-03-22 18:30:11 -0400
committerRonald Bradford <ronald.bradford@gmail.com>2016-03-22 18:31:21 -0400
commit7e7e5525d2dea1941fa89270ffb89cc4a7670b4f (patch)
tree30c9c3f4bb69675ee67ec80b5f6bf5f857af1719 /novaclient
parentabe6707d26859c08a031d53ca316d31aaff6bc3b (diff)
downloadpython-novaclient-7e7e5525d2dea1941fa89270ffb89cc4a7670b4f.tar.gz
Removed unused Oslo Incubator code
This is part of graduating projects to using Oslo Libraries. As this code is not actually used, it is simply removed. Change-Id: Ib28a957d9a4622064ec5da2ae616ac6f0716bcbf
Diffstat (limited to 'novaclient')
-rw-r--r--novaclient/openstack/__init__.py0
-rw-r--r--novaclient/openstack/common/__init__.py0
-rw-r--r--novaclient/openstack/common/cliutils.py18
3 files changed, 0 insertions, 18 deletions
diff --git a/novaclient/openstack/__init__.py b/novaclient/openstack/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/novaclient/openstack/__init__.py
+++ /dev/null
diff --git a/novaclient/openstack/common/__init__.py b/novaclient/openstack/common/__init__.py
deleted file mode 100644
index e69de29b..00000000
--- a/novaclient/openstack/common/__init__.py
+++ /dev/null
diff --git a/novaclient/openstack/common/cliutils.py b/novaclient/openstack/common/cliutils.py
deleted file mode 100644
index d132a0ca..00000000
--- a/novaclient/openstack/common/cliutils.py
+++ /dev/null
@@ -1,18 +0,0 @@
-# Copyright 2012 Red Hat, Inc.
-#
-# Licensed under the Apache License, Version 2.0 (the "License"); you may
-# not use this file except in compliance with the License. You may obtain
-# a copy of the License at
-#
-# http://www.apache.org/licenses/LICENSE-2.0
-#
-# Unless required by applicable law or agreed to in writing, software
-# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT
-# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
-# License for the specific language governing permissions and limitations
-# under the License.
-
-from novaclient import utils
-
-arg = utils.arg
-add_arg = utils.add_arg