Re: [Pydev-code] New pydev jython scripts: Assign stuff to variable if it is None
Brought to you by:
fabioz
From: Joel H. <yo...@if...> - 2006-09-13 22:41:33
|
Bah... already I've found an error. All of the pyedit_*.py scripts are missing an import, namely this one: from org.python.pydev.jython import ExitScriptException The import should go in right before the line that says: raise ExitScriptException() Cheers! /Joel |