Files
entropy/spritz/misc/entropy-repo-manager
lxnay 5f102d28c8 Entropy/Spritz:
- add entropy-repo-manager split executable and desktop file


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2907 cd1c1023-2f26-0410-ae45-c471fc1f0318
2009-01-16 13:37:04 +00:00

5 lines
140 B
Python

#!/usr/bin/python
import subprocess
rc = subprocess.call(["python2","/usr/lib/entropy/spritz/repo-manager-client.py"])
raise SystemExit(rc)