Set Python scripts to use Python 3

Several of these already required Python 3 and would not run under 2.7.
This commit is contained in:
Amar Takhar
2024-10-21 16:24:22 -04:00
committed by Chris Johns
parent 83c1a305f7
commit e0f1c8fe0b
8 changed files with 13 additions and 16 deletions

View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3
# encoding: utf-8
# Thomas Nagy, 2008-2010 (ita)