Fix for --install-scripts option and new --server option

svn: r21264
This commit is contained in:
Nick Hall
2013-01-31 22:41:10 +00:00
parent ba28adea94
commit 6a5a78eee0
2 changed files with 172 additions and 133 deletions

3
scripts/gramps Normal file
View File

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