projects
/
mw2txt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9c9f014
)
Oops, fix parseUrl -> parser.parseUrl in get_css.py.
author
W. Trevor King
<wking@drexel.edu>
Sun, 9 Jan 2011 12:33:59 +0000
(07:33 -0500)
committer
W. Trevor King
<wking@drexel.edu>
Sun, 9 Jan 2011 12:33:59 +0000
(07:33 -0500)
posts/get_css/get_css.py
patch
|
blob
|
history
diff --git
a/posts/get_css/get_css.py
b/posts/get_css/get_css.py
index 5e34c0e94fa59bbf22e612e36c3bba2179387cb0..7b5baa1b268262f9ea739e6dbf11669808e14823 100755
(executable)
--- a/
posts/get_css/get_css.py
+++ b/
posts/get_css/get_css.py
@@
-198,7
+198,7
@@
def consolidate_css(urls, parser=None, **kwargs):
parser = MonkeyCSSParser(fetcher=_fetch_css)
lines = []
for url in urls:
- sheet = parseUrl(url)
+ sheet = parse
r.parse
Url(url)
if sheet == None:
continue
sheet = _standardize_css(sheet, **kwargs)