comparison genshi/__init__.py @ 1008:4317e7c4729b stable-0.7.x 0.7.0

Set version and drop egg_info in preparation for tagging.
author hodgestar
date Sun, 27 Jan 2013 15:38:50 +0000
parents 95cb5bf323e5
children
comparison
equal deleted inserted replaced
1007:9b0873396513 1008:4317e7c4729b
18 in concept to SAX parsing events) which can be processed in a uniform manner 18 in concept to SAX parsing events) which can be processed in a uniform manner
19 independently of where or how they are produced. 19 independently of where or how they are produced.
20 """ 20 """
21 21
22 __docformat__ = 'restructuredtext en' 22 __docformat__ = 'restructuredtext en'
23 __version__ = '0.7.1' 23 __version__ = '0.7'
24 24
25 from genshi.core import * 25 from genshi.core import *
26 from genshi.input import ParseError, XML, HTML 26 from genshi.input import ParseError, XML, HTML
Copyright (C) 2012-2017 Edgewall Software