blob: 97f976226bcdb027ccdcf533d5a0d9ca17273967 (
plain)
1
2
3
4
5
|
o Minor feature (python):
- Stop assuming that /usr/bin/python exists. Instead of using a
hardcoded path in scripts that still use Python 2, use /usr/bin/env,
similarly to the scripts that use Python 3. Fixes bug 33192; bugfix
on 0.4.2.
|