
1. Add version 2022.04.17 (new numbering scheme) and update mbuild resource. 2. Branch 'master' is now 'main'. 3. Old rev 10.2019.03 needs a patch for python vs python3.
13 lines
233 B
Diff
13 lines
233 B
Diff
Old revs call python instead of python3.
|
|
|
|
diff --git a/mfile.py b/mfile.py
|
|
index b6889c6..b43b442 100755
|
|
--- a/mfile.py
|
|
+++ b/mfile.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/env python3
|
|
# -*- python -*-
|
|
#BEGIN_LEGAL
|
|
#
|