| Index: mojo/public/html/convert_amd_modules_to_html.py
|
| diff --git a/mojo/public/html/convert_amd_modules_to_html.py b/mojo/public/html/convert_amd_modules_to_html.py
|
| index 043bf8053031088fc41269fc7f0742fa078b7837..20254b87248600ac232a53aeae4f2a40fb56e6bf 100755
|
| --- a/mojo/public/html/convert_amd_modules_to_html.py
|
| +++ b/mojo/public/html/convert_amd_modules_to_html.py
|
| @@ -70,7 +70,7 @@ def Parse(amd_module):
|
| AddImportNames(module, m.group(1))
|
| state = "body"
|
| continue
|
| - raise Exception, "Unknown import declaration"
|
| + raise Exception, "Unknown import declaration:" + line
|
| if state == "body":
|
| if end_body_regexp.search(line):
|
| module.body = "\n".join(body_lines)
|
|
|