replace all CammelCase with under_score in ox

This commit is contained in:
j 2012-08-14 16:12:43 +02:00
commit bb35daa95c
31 changed files with 242 additions and 244 deletions

View file

@ -5,7 +5,7 @@ import re
from lxml.html import document_fromstring
from ox.cache import read_url
from ox import findRe, strip_tags
from ox import find_re, strip_tags
from ox.web.imdb import ImdbCombined