Remove openstack/common related stuff

openstack/common directory was used to keep files from oslo-incubator.
There is no file from oslo-incubator now, so don't need handle
particular case for openstack/common.

Note: method split_path will be merged in oslo.utils[1], then we
can remove this directory forever.

[1] https://review.openstack.org/#/c/313996/

Change-Id: I60628204f928753ad930c0a2da631473c7f4fdc3
This commit is contained in:
ChangBo Guo(gcb) 2016-05-09 17:42:06 +08:00
parent 859bab5cbd
commit a3a08b2348
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ commands = bandit -c bandit.yaml -r sahara -n5 -p sahara_default -x tests
[flake8]
show-source = true
builtins = _
exclude=.venv,.git,.tox,dist,doc,*openstack/common*,*lib/python*,*egg,tools
exclude=.venv,.git,.tox,dist,doc,*lib/python*,*egg,tools
[hacking]
import_exceptions = sahara.i18n._, sahara.i18n._LI, sahara.i18n._LW, sahara.i18n._LE, sahara.i18n._LC