diff doc/setup.txt @ 119:c84f629da9de

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 6d1a7777003e
children 24b5de939850
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