show images as well

This commit is contained in:
Kilian Valkhof 2010-03-23 15:57:54 +01:00
parent d79a5c498b
commit 3f26595198
3 changed files with 10 additions and 137 deletions

View file

@ -1,8 +1,7 @@
#!/usr/bin/env python
import trimage
import subprocess
import os, sys
if __name__ == "__main__":
path = os.path.join(os.path.dirname(trimage.__file__), "trimage.py")
path = "/usr/local/share/trimage/trimage.py"
subprocess.call([sys.executable, path] + sys.argv[1:])