mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-07-11 22:03:01 -06:00
Force python2 to prevent package builders warning and runtime issue
(e.g. ambigous python version) git-svn-id: svn://ultimatepp.org/upp/trunk@14332 f0d560ea-af0d-0410-9eb7-867de7ffcac7
This commit is contained in:
parent
5498be32c3
commit
5ea9940387
5 changed files with 5 additions and 5 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# Check trace components in FreeType 2 source.
|
||||
# Author: suzuki toshiya, 2009, 2013
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# DocBeauty (c) 2003, 2004, 2008 David Turner <david@freetype.org>
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
# DocMaker (c) 2002, 2004, 2008, 2013 David Turner <david@freetype.org>
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#
|
||||
|
||||
#
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env python
|
||||
#!/usr/bin/env python2
|
||||
#******************************************************************************
|
||||
# $Id: s57tables.py 2780 2001-12-17 22:33:06Z warmerda $
|
||||
#
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue