diff options
author | Alan Kligman <alan.kligman@gmail.com> | 2012-12-01 22:01:44 -0500 |
---|---|---|
committer | Alan Kligman <alan.kligman@gmail.com> | 2012-12-19 18:06:48 -0500 |
commit | 14077b986818ee3da10ae8488eea5000276a10ea (patch) | |
tree | ddce29ff4686942c8f59c1094863a9773f2bc443 /third_party | |
parent | 315f13e5a1b35e23241da080f0df16e80ece88ae (diff) |
Updated some python invocations that I missed the first time through.
Diffstat (limited to 'third_party')
-rw-r--r-- | third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py b/third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py index a16d32be..c9aacc56 100644 --- a/third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py +++ b/third_party/CppHeaderParser/CppHeaderParser/CppHeaderParser.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/python2 # # Author: Jashua R. Cloutier (contact via sourceforge username:senexcanis) # |