summaryrefslogtreecommitdiff
path: root/trove/cmd
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2016-09-09 21:03:28 +0000
committerGerrit Code Review <review@openstack.org>2016-09-09 21:03:28 +0000
commit6ae31f77123f97c6c6197b521d1445da338a746b (patch)
tree8f7315c33cc9fd46255797851536488e997a1371 /trove/cmd
parentd051c018dcc0c768cd037d8127968b6e85dae096 (diff)
parentc3dba422d86e69d5ff94e67b9693e33402839309 (diff)
downloadtrove-6ae31f77123f97c6c6197b521d1445da338a746b.tar.gz
Merge "In fakemode.py, add the import os"
Diffstat (limited to 'trove/cmd')
-rw-r--r--trove/cmd/fakemode.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/trove/cmd/fakemode.py b/trove/cmd/fakemode.py
index 30ffadae..b20b2ee0 100644
--- a/trove/cmd/fakemode.py
+++ b/trove/cmd/fakemode.py
@@ -12,6 +12,9 @@
# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the
# License for the specific language governing permissions and limitations
# under the License.
+
+import os
+
from oslo_concurrency import processutils
from oslo_config import cfg as openstack_cfg