Fix bug with --install-scripts option

svn: r21263
This commit is contained in:
Nick Hall
2013-01-31 22:30:02 +00:00
parent 7de1d4d40e
commit 17e70f14b3
2 changed files with 6 additions and 31 deletions

3
scripts/gramps Executable file
View File

@@ -0,0 +1,3 @@
#!/usr/bin/env python
import gramps.grampsapp as app
app.main()