mirror of
https://github.com/OlafvdSpek/ctemplate.git
synced 2025-10-05 19:16:54 +08:00
Fix to build with python2 by default
I used python2.7 first, however after looking through issue #104 and the python2.patch I switched using python2 instead because python2 seems to be more generic.
This commit is contained in:
parent
d17dd5d192
commit
01a5302032
|
@ -1,4 +1,4 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python2
|
||||||
#
|
#
|
||||||
# Copyright (c) 2008, Google Inc.
|
# Copyright (c) 2008, Google Inc.
|
||||||
# All rights reserved.
|
# All rights reserved.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user