summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b2c3405)
raw | patch | inline | side by side (parent: b2c3405)
author | JazzyNico <nicoduf@yahoo.fr> | |
Wed, 1 Sep 2010 16:43:54 +0000 (18:43 +0200) | ||
committer | JazzyNico <nicoduf@yahoo.fr> | |
Wed, 1 Sep 2010 16:43:54 +0000 (18:43 +0200) |
share/extensions/scour.inkscape.py | patch | blob | history |
index f21e223a06ecad69c81341288c9c72d6d3c90fc7..69c2dda5dcf0ab1f4d8dd617f9c64bfce00741e3 100755 (executable)
def effect(self):
- input = file(sys.argv[12], "r")
+ input = file(self.args[0], "r")
sys.stdout.write(scourString(input.read(), self.options).encode("UTF-8"))
input.close()
sys.stdout.close()