Skip to content

Commit

Permalink
Allow parse.py to find filters
Browse files Browse the repository at this point in the history
--HG--
extra : convert_revision : svn%3Aacbfec75-9323-0410-a652-858a13e371e0/trunk%40801
  • Loading branch information
rubys committed Jun 22, 2007
1 parent b40e1f4 commit 064aa9c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
from optparse import OptionParser

#RELEASE remove
from src import html5parser, liberalxmlparser
from src import treebuilders, serializer, treewalkers
sys.path.insert(0,os.path.abspath(os.path.join(__file__,'../src')))
import html5parser, liberalxmlparser
import treebuilders, serializer, treewalkers
#END RELEASE
#RELEASE add
#from html5lib import html5parser, liberalxmlparser
Expand Down

0 comments on commit 064aa9c

Please sign in to comment.