Browse Source

Explictly specify Python 3.

pull/26/head
Matthew Petroff 10 years ago
parent
commit
f543017f33
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      utils/build/build.py
  2. +1
    -1
      utils/build/build.sh

+ 1
- 1
utils/build/build.py View File

@@ -1,4 +1,4 @@
#!/usr/bin/env python
#!/usr/bin/env python3

import os
import tempfile


+ 1
- 1
utils/build/build.sh View File

@@ -1,3 +1,3 @@
#!/bin/sh

python build.py
python3 build.py

Loading…
Cancel
Save