[tor-commits] [bridgedb/master] Remove setup.py message_extractors for public/**.

isis at torproject.org isis at torproject.org
Tue Dec 1 02:47:00 UTC 2015


commit cda6c56a72b2edd97a0baf4b19c936ca17cb5f49
Author: Isis Lovecruft <isis at torproject.org>
Date:   Sun Jul 26 12:11:56 2015 +0000

    Remove setup.py message_extractors for public/**.
---
 setup.py |   12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/setup.py b/setup.py
index e92afee..189d5b5 100644
--- a/setup.py
+++ b/setup.py
@@ -390,10 +390,10 @@ setuptools.setup(
     dependency_links=deplinks,
     package_data={'bridgedb': get_data_files(filesonly=True)},
     exclude_package_data={'bridgedb': ['*.po', '*.pot']},
-    message_extractors={pkgpath: [
-        ('**.py', 'python', None),
-        ('https/templates/**.html', 'mako', None),
-        ('public/**', 'ignore', None)]},
+    message_extractors={
+        pkgpath: [
+            ('**.py', 'python', None),
+            ('https/templates/**.html', 'mako', None),
+        ]
+    },
 )
-# XXX I think we don't need the 'public/**' babel.messages.frontend.method_map
-# anymore... 2013-10-15 --isis





More information about the tor-commits mailing list