summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
authorKriskras99 <Kriskras99@users.noreply.github.com>2017-09-21 23:42:57 +0200
committerJustin Moore <DrChat@users.noreply.github.com>2017-09-21 16:42:57 -0500
commit882f01533d3932dfa7cda259882f3df75db97391 (patch)
tree1f23613fa9fcbc31828bc462aae03a62f0b7ac80 /third_party
parent2a920237dd7bcd4a5408436ed428cc7e6254bcbb (diff)
Python 3 support (#755)
* Python 3 support * Fix import_vs_environment in xenia-build * Drop support for Python 2 * Fix CIs and xb.bat * Require Python3.4+ because of Ubuntu Trusty * popen.communicate returns bytes instead of string * Useful info in travis * universal_newlines should be True * Changed shebang to python 3 * Python 3 shebang fix * Clang python 3 shebang fix
Diffstat (limited to 'third_party')
-rw-r--r--third_party/clang-format/clang-format-diff.py2
-rw-r--r--third_party/clang-format/git-clang-format2
2 files changed, 2 insertions, 2 deletions
diff --git a/third_party/clang-format/clang-format-diff.py b/third_party/clang-format/clang-format-diff.py
index ffa30e70d..06a4268b4 100644
--- a/third_party/clang-format/clang-format-diff.py
+++ b/third_party/clang-format/clang-format-diff.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
#===- clang-format-diff.py - ClangFormat Diff Reformatter ----*- python -*--===#
#
diff --git a/third_party/clang-format/git-clang-format b/third_party/clang-format/git-clang-format
index 60cd4fb25..1a1a5aff1 100644
--- a/third_party/clang-format/git-clang-format
+++ b/third_party/clang-format/git-clang-format
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
#
#===- git-clang-format - ClangFormat Git Integration ---------*- python -*--===#
#