diff doc/setup.txt @ 117:e1dffa3423a0 trunk

Made new frontend tests more ''unit-y'', i.e. calling the APIs directly instead of launching the scripts.
author cmlenz
date Fri, 15 Jun 2007 19:26:35 +0000
parents 21e3f63ee8a5
children 14fe2a8fb842
line wrap: on
line diff
--- a/doc/setup.txt
+++ b/doc/setup.txt
@@ -74,9 +74,9 @@
         
         message_extractors = {
             'foobar': [
-                ('**.py',                ('python', None),
-                ('**/templates/**.html', ('genshi', None),
-                ('**/templates/**.txt',  ('genshi', {
+                ('**.py',                'python', None),
+                ('**/templates/**.html', 'genshi', None),
+                ('**/templates/**.txt',  'genshi', {
                     'template_class': 'genshi.template.text.TextTemplate'
                 })
             ],
Copyright (C) 2012-2017 Edgewall Software