Skip to content

Commit

Permalink
Move files around
Browse files Browse the repository at this point in the history
--HG--
rename : python/src/html5lib/__init__.py => python/html5lib/__init__.py
rename : python/src/html5lib/constants.py => python/html5lib/constants.py
rename : python/src/html5lib/filters/__init__.py => python/html5lib/filters/__init__.py
rename : python/src/html5lib/filters/_base.py => python/html5lib/filters/_base.py
rename : python/src/html5lib/filters/formfiller.py => python/html5lib/filters/formfiller.py
rename : python/src/html5lib/filters/inject_meta_charset.py => python/html5lib/filters/inject_meta_charset.py
rename : python/src/html5lib/filters/lint.py => python/html5lib/filters/lint.py
rename : python/src/html5lib/filters/optionaltags.py => python/html5lib/filters/optionaltags.py
rename : python/src/html5lib/filters/sanitizer.py => python/html5lib/filters/sanitizer.py
rename : python/src/html5lib/filters/whitespace.py => python/html5lib/filters/whitespace.py
rename : python/src/html5lib/html5parser.py => python/html5lib/html5parser.py
rename : python/src/html5lib/ihatexml.py => python/html5lib/ihatexml.py
rename : python/src/html5lib/inputstream.py => python/html5lib/inputstream.py
rename : python/src/html5lib/sanitizer.py => python/html5lib/sanitizer.py
rename : python/src/html5lib/serializer/__init__.py => python/html5lib/serializer/__init__.py
rename : python/src/html5lib/serializer/htmlserializer.py => python/html5lib/serializer/htmlserializer.py
rename : python/src/html5lib/serializer/xhtmlserializer.py => python/html5lib/serializer/xhtmlserializer.py
rename : python/tests/README => python/html5lib/tests/README
rename : python/tests/__init__.py => python/html5lib/tests/__init__.py
rename : python/tests/mockParser.py => python/html5lib/tests/mockParser.py
rename : python/tests/performance/concatenation.py => python/html5lib/tests/performance/concatenation.py
rename : python/tests/runparsertests.py => python/html5lib/tests/runparsertests.py
rename : python/tests/runtests.py => python/html5lib/tests/runtests.py
rename : python/tests/support.py => python/html5lib/tests/support.py
rename : python/tests/test_encoding.py => python/html5lib/tests/test_encoding.py
rename : python/tests/test_formfiller.py => python/html5lib/tests/test_formfiller.py
rename : python/tests/test_parser.py => python/html5lib/tests/test_parser.py
rename : python/tests/test_parser2.py => python/html5lib/tests/test_parser2.py
rename : python/tests/test_sanitizer.py => python/html5lib/tests/test_sanitizer.py
rename : python/tests/test_serializer.py => python/html5lib/tests/test_serializer.py
rename : python/tests/test_stream.py => python/html5lib/tests/test_stream.py
rename : python/tests/test_tokenizer.py => python/html5lib/tests/test_tokenizer.py
rename : python/tests/test_treewalkers.py => python/html5lib/tests/test_treewalkers.py
rename : python/tests/test_whitespace_filter.py => python/html5lib/tests/test_whitespace_filter.py
rename : python/tests/us-ascii.html => python/html5lib/tests/us-ascii.html
rename : python/tests/utf-8-bom.html => python/html5lib/tests/utf-8-bom.html
rename : python/src/html5lib/tokenizer.py => python/html5lib/tokenizer.py
rename : python/src/html5lib/treebuilders/__init__.py => python/html5lib/treebuilders/__init__.py
rename : python/src/html5lib/treebuilders/_base.py => python/html5lib/treebuilders/_base.py
rename : python/src/html5lib/treebuilders/dom.py => python/html5lib/treebuilders/dom.py
rename : python/src/html5lib/treebuilders/etree.py => python/html5lib/treebuilders/etree.py
rename : python/src/html5lib/treebuilders/etree_lxml.py => python/html5lib/treebuilders/etree_lxml.py
rename : python/src/html5lib/treebuilders/simpletree.py => python/html5lib/treebuilders/simpletree.py
rename : python/src/html5lib/treebuilders/soup.py => python/html5lib/treebuilders/soup.py
rename : python/src/html5lib/treewalkers/__init__.py => python/html5lib/treewalkers/__init__.py
rename : python/src/html5lib/treewalkers/_base.py => python/html5lib/treewalkers/_base.py
rename : python/src/html5lib/treewalkers/dom.py => python/html5lib/treewalkers/dom.py
rename : python/src/html5lib/treewalkers/etree.py => python/html5lib/treewalkers/etree.py
rename : python/src/html5lib/treewalkers/genshistream.py => python/html5lib/treewalkers/genshistream.py
rename : python/src/html5lib/treewalkers/lxmletree.py => python/html5lib/treewalkers/lxmletree.py
rename : python/src/html5lib/treewalkers/pulldom.py => python/html5lib/treewalkers/pulldom.py
rename : python/src/html5lib/treewalkers/simpletree.py => python/html5lib/treewalkers/simpletree.py
rename : python/src/html5lib/treewalkers/soup.py => python/html5lib/treewalkers/soup.py
rename : python/src/html5lib/utils.py => python/html5lib/utils.py
  • Loading branch information
James Graham committed Jun 9, 2010
1 parent ea9dd99 commit ac090d1
Show file tree
Hide file tree
Showing 54 changed files with 0 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit ac090d1

Please sign in to comment.