diff options
| author | Mark McLoughlin <markmc@redhat.com> | 2011-12-06 11:31:02 +0000 |
|---|---|---|
| committer | Mark McLoughlin <markmc@redhat.com> | 2011-12-06 11:31:02 +0000 |
| commit | 3de787b58c512e176f7a2a7873326eeb42b306c1 (patch) | |
| tree | ebf30e818b952bdcec31c4bbbbd3b12a4ca7f660 | |
| parent | 35df6a4714996c0e40f0f32822d0568660bdf206 (diff) | |
Remove remnants of babel i18n infrastructure
We use distutils-extra now instead of babel.
Change-Id: I10625cc4ef2ac8eefd46ee09e36f8cfaef85061f
| -rw-r--r-- | setup.cfg | 15 | ||||
| -rw-r--r-- | setup.py | 10 |
2 files changed, 0 insertions, 25 deletions
@@ -7,18 +7,3 @@ source-dir = doc/source tag_build = tag_date = 0 tag_svn_revision = 0 - -[compile_catalog] -directory = locale -domain = nova - -[update_catalog] -domain = nova -output_dir = locale -input_file = locale/nova.pot - -[extract_messages] -keywords = _ l_ lazy_gettext -mapping_file = babel.cfg -output_file = locale/nova.pot - @@ -84,16 +84,6 @@ except: pass -try: - from babel.messages import frontend as babel - nova_cmdclass['compile_catalog'] = babel.compile_catalog - nova_cmdclass['extract_messages'] = babel.extract_messages - nova_cmdclass['init_catalog'] = babel.init_catalog - nova_cmdclass['update_catalog'] = babel.update_catalog -except: - pass - - def find_data_files(destdir, srcdir): package_data = [] files = [] |
