]> git.pld-linux.org Git - packages/gramps.git/blame - python-opt2.patch
- up to 5.2.0
[packages/gramps.git] / python-opt2.patch
CommitLineData
bedad4d7
JK
1-O uses opt-1.pyc files, not included in our RPMs
2
3diff -dur gramps-4.2.3.orig/scripts/gramps gramps-4.2.3/scripts/gramps
4--- gramps-4.2.3.orig/scripts/gramps 2016-01-06 18:08:30.000000000 +0100
5+++ gramps-4.2.3/scripts/gramps 2016-04-16 18:21:01.332394712 +0200
6@@ -1,3 +1,3 @@
7-#!/usr/bin/env python -O
8+#!/usr/bin/env python -OO
9 import gramps.grampsapp as app
10 app.main()
This page took 0.111984 seconds and 4 git commands to generate.