aboutsummaryrefslogtreecommitdiffstats
path: root/moonv4/moon_db/moon_db/db_manager.py
diff options
context:
space:
mode:
authorasteroide <thomas.duval@orange.com>2017-07-18 13:41:05 +0200
committerasteroide <thomas.duval@orange.com>2017-07-18 13:41:05 +0200
commita6ff411bc06c7793ee5337e05cc18ce9886ed91b (patch)
tree0ddae2849a245b5ab9c8711121185c91317c5b26 /moonv4/moon_db/moon_db/db_manager.py
parent5cc39c4b3a2de6d670f357ed3329a4d6587c7fc7 (diff)
Clean the code
Change-Id: I2c1f5d1ac8f7909f677b37849574bc543d4afeb8
Diffstat (limited to 'moonv4/moon_db/moon_db/db_manager.py')
-rw-r--r--moonv4/moon_db/moon_db/db_manager.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/moonv4/moon_db/moon_db/db_manager.py b/moonv4/moon_db/moon_db/db_manager.py
index 1b0034ee..1c10aa22 100644
--- a/moonv4/moon_db/moon_db/db_manager.py
+++ b/moonv4/moon_db/moon_db/db_manager.py
@@ -6,16 +6,14 @@
"""
import os
-import sys
import glob
-import argparse
import importlib
from oslo_config import cfg
from oslo_log import log as logging
from sqlalchemy import create_engine
from moon_db.migrate_repo import versions
-# Note (dthom): The next line must be called before the next import
+# Note (asteroide): The next line must be called before the next import
# aka before registering all the options
cfg.CONF.register_cli_opt(cfg.StrOpt('command', positional=True,
help="The command to execute (upgrade, downgrade)"))