Remove unused POT file

Translation source files are not needed anymore
in repositories, remove the outdated and unused file.

Update tox.ini file so that tests pass even if there are no pot files i
ntree. See
http://docs.openstack.org/infra/manual/creators.html#checking-translation-imports

Change-Id: Ibb8845ebcb9c07a4c0127520b12d711e0a1baca0
This commit is contained in:
Andreas Jaeger
2016-06-06 08:15:33 +02:00
parent 685ab4d317
commit 10ac9cb4d7
2 changed files with 1 additions and 1014 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -18,7 +18,7 @@ whitelist_externals = find
commands =
flake8
# Check that .po and .pot files are valid:
bash -c "find senlinclient -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 msgfmt --check-format -o /dev/null"
bash -c "find senlinclient -type f -regex '.*\.pot?' -print0|xargs -0 -n 1 --no-run-if-empty msgfmt --check-format -o /dev/null"
whitelist_externals = bash
[testenv:venv]