Edgewall Software

Changeset 287 for trunk/genshi/input.py


Ignore:
Timestamp:
Sep 11, 2006, 5:07:07 PM (17 years ago)
Author:
cmlenz
Message:

Renamed Markup to Genshi in repository.

Location:
trunk/genshi
Files:
1 edited
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/genshi/input.py

    r268 r287  
    66# This software is licensed as described in the file COPYING, which
    77# you should have received as part of this distribution. The terms
    8 # are also available at http://markup.edgewall.org/wiki/License.
     8# are also available at http://genshi.edgewall.org/wiki/License.
    99#
    1010# This software consists of voluntary contributions made by many
    1111# individuals. For the exact contribution history, see the revision
    12 # history and logs, available at http://markup.edgewall.org/log/.
     12# history and logs, available at http://genshi.edgewall.org/log/.
    1313
    1414from itertools import chain
     
    2222from StringIO import StringIO
    2323
    24 from markup.core import Attrs, QName, Stream
    25 from markup.core import DOCTYPE, START, END, START_NS, END_NS, TEXT, \
     24from genshi.core import Attrs, QName, Stream
     25from genshi.core import DOCTYPE, START, END, START_NS, END_NS, TEXT, \
    2626                        START_CDATA, END_CDATA, PI, COMMENT
    2727
Note: See TracChangeset for help on using the changeset viewer.