diff options
| author | Stephen Silver <sasilver@yahoo.com> | 2008-07-09 13:00:19 +0000 |
|---|---|---|
| committer | sasilver <sasilver@users.sourceforge.net> | 2008-07-09 13:00:19 +0000 |
| commit | 996bcf137f76654c262e750acc8eaf2c0084f8c8 (patch) | |
| tree | 4cfe7807b300fe7eec015b03a582b7af5554fbec | |
| parent | Remove obsolete 'sodipodi:docbase' attribute when opening old Sodipodi/Inksca... (diff) | |
| download | inkscape-996bcf137f76654c262e750acc8eaf2c0084f8c8.tar.gz inkscape-996bcf137f76654c262e750acc8eaf2c0084f8c8.zip | |
Remove an unnecessary line that always raises an exception - there is no 'what'.
(bzr r6247)
| -rwxr-xr-x | share/extensions/inkex.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/share/extensions/inkex.py b/share/extensions/inkex.py index c190fdde0..96dc7b7ae 100755 --- a/share/extensions/inkex.py +++ b/share/extensions/inkex.py @@ -79,7 +79,6 @@ def errormsg(msg): inkex.errormsg(_("This extension requires two selected paths.")) """ sys.stderr.write(str(msg) + "\n") - return what def check_inkbool(option, opt, value): if str(value).capitalize() == 'True': |
