[damned-lies] Remove obsolete workaround for ooo-build



commit c5381a1e9ecc3f4abe7cd7eaf118e0a701619b34
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed Aug 31 10:25:13 2011 +0200

    Remove obsolete workaround for ooo-build

 stats/models.py |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)
---
diff --git a/stats/models.py b/stats/models.py
index 9b47625..cdd2a38 100644
--- a/stats/models.py
+++ b/stats/models.py
@@ -754,8 +754,7 @@ class Domain(models.Model):
         flist = []
         dom_path = os.path.join(base_path, self.directory)
         for item in os.listdir(dom_path):
-            # FIXME: temporary fix for ooo-build module (see #551328)
-            if item[-3:] == ".po" and item[:4] != "ooo-":
+            if item[-3:] == ".po":
                 lang = item[:-3]
                 pofile = os.path.join(dom_path, item)
                 flist.append((lang, pofile))



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]