[flaxcode] r1325 committed - fixed problem with URL pattern

0 views
Skip to first unread message

codesite...@google.com

unread,
Jul 22, 2010, 4:32:38 AM7/22/10
to flax-c...@googlegroups.com
Revision: 1325
Author: banoffi
Date: Thu Jul 22 01:31:36 2010
Log: fixed problem with URL pattern
http://code.google.com/p/flaxcode/source/detail?r=1325

Modified:
/trunk/applications/flax_core_examples/search_app/search_app.py

=======================================
--- /trunk/applications/flax_core_examples/search_app/search_app.py Tue Jun
22 08:44:50 2010
+++ /trunk/applications/flax_core_examples/search_app/search_app.py Thu Jul
22 01:31:36 2010
@@ -51,7 +51,7 @@

urls = (
'^/$', 'list',
- '^/(\w*)/search$', 'search',
+ '^/(.*)/search$', 'search',
)

class list:

Reply all
Reply to author
Forward
0 new messages