move runner to own folder

This commit is contained in:
Kilian Valkhof 2010-03-23 14:57:50 +01:00
parent e96327edbd
commit 6a00b2e25c
2 changed files with 1 additions and 1 deletions

View file

@ -1,7 +0,0 @@
#!/usr/bin/env python
import subprocess
import os, sys
if __name__ == "__main__":
path = "/usr/local/share/trimage/trimage.py" #yeah so this isn't the nices tway...
subprocess.call([sys.executable, path] + sys.argv[1:])