comparison genshi/filters/tests/__init__.py @ 593:aa5762c7b7f1

Minor, cosmetic tweaks.
author cmlenz
date Mon, 13 Aug 2007 21:38:46 +0000
parents 3073ac688651
children a7b0d320aea4
comparison
equal deleted inserted replaced
592:7145e4eba2ec 593:aa5762c7b7f1
9 # 9 #
10 # This software consists of voluntary contributions made by many 10 # This software consists of voluntary contributions made by many
11 # individuals. For the exact contribution history, see the revision 11 # individuals. For the exact contribution history, see the revision
12 # history and logs, available at http://genshi.edgewall.org/log/. 12 # history and logs, available at http://genshi.edgewall.org/log/.
13 13
14 import doctest
15 import unittest 14 import unittest
16 15
17 def suite(): 16 def suite():
18 from genshi.filters.tests import html, i18n, transform 17 from genshi.filters.tests import html, i18n, transform
19 suite = unittest.TestSuite() 18 suite = unittest.TestSuite()
Copyright (C) 2012-2017 Edgewall Software