Include html5lib for BeautifulSoup

BeautifulSoup needs lxml or html5, have included html5lib.

Also latest BeautifulSoup 4.1.3
This commit is contained in:
Ade
2012-09-06 10:47:07 +12:00
parent 7aac60cecd
commit b8c5782765
136 changed files with 87265 additions and 2428 deletions
+1 -1
View File
@@ -312,7 +312,7 @@ m<%inherit file="base.html"/>
</div>
<div class="row">
<label>rutracker Password: </label>
<input type="text" name="rutracker_password" value="${config['rutracker_password']}" size="36">
<input type="password" name="rutracker_password" value="${config['rutracker_password']}" size="36">
</div>
</div>
</fieldset>