comparison markup/tests/core.py @ 27:b8456279c444

* Fix the boilerplate in the Python source files. * Some more docstrings and cosmetic fixes.
author cmlenz
date Wed, 28 Jun 2006 09:28:09 +0000
parents eca77129518a
children 822089ae65ce
comparison
equal deleted inserted replaced
26:039fc5b87405 27:b8456279c444
3 # Copyright (C) 2006 Christopher Lenz 3 # Copyright (C) 2006 Christopher Lenz
4 # All rights reserved. 4 # All rights reserved.
5 # 5 #
6 # This software is licensed as described in the file COPYING, which 6 # This software is licensed as described in the file COPYING, which
7 # you should have received as part of this distribution. The terms 7 # you should have received as part of this distribution. The terms
8 # are also available at http://trac.edgewall.com/license.html. 8 # are also available at http://markup.cmlenz.net/wiki/License.
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://projects.edgewall.com/trac/. 12 # history and logs, available at http://markup.cmlenz.net/log/.
13 13
14 import doctest 14 import doctest
15 import unittest 15 import unittest
16 16
17 from markup.core import * 17 from markup.core import *
Copyright (C) 2012-2017 Edgewall Software