Refactoring const to constants, to provide for lxml docbook namespaces.
[treecutter.git] / treecutter / constants.py
1 #!/usr/bin/python
2 valid_scripts = ['.py','.pl']
3
4 PREFIXES={u'db': u'http://docbook.org/ns/docbook',
5           u'xi': u'http://www.w3.org/2001/XInclude',
6           u'xl': u'http://www.w3.org/1999/xlink',
7           u'html' : u'http://www.w3.org/1999/xhtml'}
8