Fix bug with --install-scripts option

svn: r21263
This commit is contained in:
Nick Hall
2013-01-31 22:30:02 +00:00
parent 11df6b2b29
commit e6a43370bd
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()