diff genshi/tests/builder.py @ 230:84168828b074 trunk

Renamed Markup to Genshi in repository.
author cmlenz
date Mon, 11 Sep 2006 15:07:07 +0000
parents markup/tests/builder.py@44af12832c5a
children 2aa7ca37ae6a ccf00b09972c
line wrap: on
line diff
copy from markup/tests/builder.py
copy to genshi/tests/builder.py
--- a/markup/tests/builder.py
+++ b/genshi/tests/builder.py
@@ -5,18 +5,18 @@
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
-# are also available at http://markup.edgewall.org/wiki/License.
+# are also available at http://genshi.edgewall.org/wiki/License.
 #
 # This software consists of voluntary contributions made by many
 # individuals. For the exact contribution history, see the revision
-# history and logs, available at http://markup.edgewall.org/log/.
+# history and logs, available at http://genshi.edgewall.org/log/.
 
 import doctest
 from HTMLParser import HTMLParseError
 import unittest
 
-from markup.builder import Element, tag
-from markup.core import Stream
+from genshi.builder import Element, tag
+from genshi.core import Stream
 
 
 class ElementFactoryTestCase(unittest.TestCase):
Copyright (C) 2012-2017 Edgewall Software