Skip to content

Commit e80aa0d

Browse files
committed
Remove old setup.py
--HG-- extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40509
1 parent 8d9a89b commit e80aa0d

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

parse.py

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,12 @@
88
import os
99
from optparse import OptionParser
1010

11+
#RELEASE remove
1112
from src import html5parser, liberalxmlparser
13+
#END RELEASE
14+
#RELEASE add
15+
from html5lib import html5parser, liberalxmlparser
16+
#END RELEASE
1217

1318
def convertTreeDump(treedump):
1419
"""convert the output of str(document) to something more readable

setup.py

Lines changed: 0 additions & 11 deletions
This file was deleted.

0 commit comments

Comments
 (0)