This website requires JavaScript.
Explore
Get Started
openstack
/
deb-python-django-compressor
Code
Issues
Proposed changes
Files
21e1962e5a8d8596143be375222d90475f4cc5ad
deb-python-django-compressor
/
compressor
/
parser
History
Jannis Leidel
963a210063
Minor fixes after the Python 3 merge.
2013-05-27 11:13:16 +02:00
..
__init__.py
Change internall import of six to django.utils.six as we don't need add more dependecies
2013-04-16 11:25:42 +02:00
base.py
Extracted parsers into their own seperate modules. Created a html5lib based parser, also mention this in the docs.
2011-04-17 16:01:02 +02:00
beautifulsoup.py
In python3 import bs4 not BeautifulSoup which will work only in python2
2013-04-16 10:50:07 +02:00
default_htmlparser.py
Change internall import of six to django.utils.six as we don't need add more dependecies
2013-04-16 11:25:42 +02:00
html5lib.py
Minor fixes after the Python 3 merge.
2013-05-27 11:13:16 +02:00
lxml.py
Change internall import of six to django.utils.six as we don't need add more dependecies
2013-04-16 11:25:42 +02:00