| Index: pylib/gyp/generator/eclipse.py
|
| diff --git a/pylib/gyp/generator/eclipse.py b/pylib/gyp/generator/eclipse.py
|
| index 718eb5d3dbd2d73e6f1c994a78169b6bd801f8d7..ec2da28312e0719abf804cc33ec086c5d6939445 100644
|
| --- a/pylib/gyp/generator/eclipse.py
|
| +++ b/pylib/gyp/generator/eclipse.py
|
| @@ -320,7 +320,7 @@ def GenerateOutput(target_list, target_dicts, data, params):
|
| """Generate an XML settings file that can be imported into a CDT project."""
|
|
|
| if params['options'].generator_output:
|
| - raise NotImplementedError, "--generator_output not implemented for eclipse"
|
| + raise NotImplementedError("--generator_output not implemented for eclipse")
|
|
|
| user_config = params.get('generator_flags', {}).get('config', None)
|
| if user_config:
|
|
|