From eabed49f75e3ce8e2250d431b3f03663a505cea9 Mon Sep 17 00:00:00 2001 From: Paul Belanger Date: Thu, 17 Sep 2015 14:15:51 -0400 Subject: [PATCH] Remove Babel bits These are currently unsed and left over bits from cookie-cutter. Change-Id: I99d143898e2ef8e7dbd6e0c470d6afdba89fc1f7 Signed-off-by: Paul Belanger --- babel.cfg | 2 -- requirements.txt | 1 - setup.cfg | 14 -------------- 3 files changed, 17 deletions(-) delete mode 100644 babel.cfg diff --git a/babel.cfg b/babel.cfg deleted file mode 100644 index 15cd6cb..0000000 --- a/babel.cfg +++ /dev/null @@ -1,2 +0,0 @@ -[python: **.py] - diff --git a/requirements.txt b/requirements.txt index 00cef7d..ae4ad53 100644 --- a/requirements.txt +++ b/requirements.txt @@ -3,7 +3,6 @@ # process, which may cause wedges in the gate later. pbr>=0.6,!=0.7,<1.0 -Babel>=1.3 oslo.config>=1.11.0 oslo.log>=1.0.0,<1.1.0 diff --git a/setup.cfg b/setup.cfg index e28ff80..d88efbe 100644 --- a/setup.cfg +++ b/setup.cfg @@ -37,17 +37,3 @@ oslo.config.opts = [upload_sphinx] upload-dir = doc/build/html - -[compile_catalog] -directory = grafana_dashboards/locale -domain = grafyaml - -[update_catalog] -domain = grafyaml -output_dir = grafana_dashboards/locale -input_file = grafana_dashboards/locale/grafyaml.pot - -[extract_messages] -keywords = _ gettext ngettext l_ lazy_gettext -mapping_file = babel.cfg -output_file = grafana_dashboards/locale/grafyaml.pot