blob: 0548ca1965ed8067285e2d8a29385614559c291e (
plain)
1
2
3
4
5
6
7
8
|
#!/usr/bin/python
#
# Script to show the skeinforge dialog.
#
# Usage: set the executable property to true if it isn't already. Then double click the file.
#
import skeinforge
skeinforge.main()
|