Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.

Commit 643d0ad

Browse files
author
ijoshua
committed
Typo fix.
git-svn-id: http://css-py.googlecode.com/svn/trunk@14 255e942d-184c-0410-a885-59fc1719c42d
1 parent c16281c commit 643d0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css/parse.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def recur(rule):
1919
if isinstance(url, css.Uri):
2020
url = url.url
2121
url = uri.resolve(base, url)
22-
export(base, parse(urlopen(url).read()))
22+
export(base, parse(urlopen(url).read()), recursive)
2323

2424
for rule in stylesheet:
2525
if recursive and isinstance(rule, css.Import):

0 commit comments

Comments
 (0)