[damned-lies] Fix grep pattern for dynamic po
- From: Claude Paroz <claudep src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [damned-lies] Fix grep pattern for dynamic po
- Date: Tue, 27 Sep 2011 18:13:24 +0000 (UTC)
commit b2a8d3b22ee13cc2cf313cf030ad4ea99e129c03
Author: Claude Paroz <claude 2xlibre net>
Date: Tue Sep 27 20:13:05 2011 +0200
Fix grep pattern for dynamic po
urls.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/urls.py b/urls.py
index ac8fb5c..f0e56d4 100644
--- a/urls.py
+++ b/urls.py
@@ -61,7 +61,7 @@ urlpatterns += patterns('stats.views',
view = 'modules',
name = 'modules'),
url(
- regex = r'^module/po/(?P<module_name>[\w\-\+]+)/(?P<domain>\w+)/(?P<branch_name>[\w\-\.]+)/(?P<filename>.*)$',
+ regex = r'^module/po/(?P<module_name>[\w\-\+]+)/(?P<domain>[\w~\-]+)/(?P<branch_name>[\w\-\.]+)/(?P<filename>.*)$',
view = 'dynamic_po',
name = 'dynamic_po'),
url(
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]