- 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
5 lines
140 B
Python
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)
|