Changeset 287 for trunk/genshi/input.py
- Timestamp:
- Sep 11, 2006, 5:07:07 PM (17 years ago)
- Location:
- trunk/genshi
- Files:
-
- 1 edited
- 1 moved
-
. (moved) (moved from trunk/markup)
-
input.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/genshi/input.py
r268 r287 6 6 # This software is licensed as described in the file COPYING, which 7 7 # 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. 9 9 # 10 10 # This software consists of voluntary contributions made by many 11 11 # 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/. 13 13 14 14 from itertools import chain … … 22 22 from StringIO import StringIO 23 23 24 from markup.core import Attrs, QName, Stream25 from markup.core import DOCTYPE, START, END, START_NS, END_NS, TEXT, \24 from genshi.core import Attrs, QName, Stream 25 from genshi.core import DOCTYPE, START, END, START_NS, END_NS, TEXT, \ 26 26 START_CDATA, END_CDATA, PI, COMMENT 27 27
Note: See TracChangeset
for help on using the changeset viewer.
