forked from freeipa/freeipa
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace PYTHONSHEBANG with valid shebang
Replace the @PYTHONSHEBANG@ substitution with a valid #!/usr/bin/python3 shebang. This turns Python .in files into valid Python files. The files can now be checked with pylint and IDEs recognize the files as Python files. The shebang is still replaced with "#!$(PYTHON) -E" to support platform-python. Related: https://pagure.io/freeipa/issue/7984 Signed-off-by: Christian Heimes <[email protected]> Reviewed-By: Francois Cami <[email protected]>
- Loading branch information
Showing
54 changed files
with
54 additions
and
54 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Jan Cholasta <[email protected]> | ||
# | ||
# Copyright (C) 2014 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Simo Sorce <[email protected]> | ||
# Karl MacMillan <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2014 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Jan Cholasta <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Jan Cholasta <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 IPA Project Contributors, see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Authors: Sumit Bose <[email protected]> | ||
# Based on ipa-server-install by Karl MacMillan <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Tomas Babej <[email protected]> | ||
# | ||
# Copyright (C) 2013 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# | ||
# Copyright (C) 2013 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# | ||
# Copyright (C) 2011 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Jan Cholasta <[email protected]> | ||
# | ||
# Copyright (C) 2014 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# Authors: Simo Sorce <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2019 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# | ||
# Based on ipa-replica-manage by Karl MacMillan <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Martin Nagy <[email protected]> | ||
# Based on ipa-server-install by Karl MacMillan <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: | ||
# Christian Heimes <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Ade Lee <[email protected]> | ||
# | ||
# Copyright (C) 2014 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# | ||
# Copyright (C) 2008 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Jr Aquino <[email protected]> | ||
# | ||
# Copyright (C) 2011 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# Authors: Simo Sorce <[email protected]> | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Nathaniel McCallum <[email protected]> | ||
# | ||
# Copyright (C) 2014 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
|
||
from __future__ import print_function | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2017 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Martin Kosek <[email protected]> | ||
# | ||
# Copyright (C) 2011 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Karl MacMillan <[email protected]> | ||
# | ||
# Copyright (C) 2007 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Karl MacMillan <[email protected]> | ||
# | ||
# Copyright (C) 2007 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Rob Crittenden <[email protected]> | ||
# | ||
# Copyright (C) 2013 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Jan Cholasta <[email protected]> | ||
# | ||
# Copyright (C) 2013 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Karl MacMillan <[email protected]> | ||
# Simo Sorce <[email protected]> | ||
# Rob Crittenden <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# | ||
# Copyright (C) 2015 FreeIPA Contributors see COPYING for license | ||
# | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Tomas Babej <[email protected]> | ||
# | ||
# Copyright (C) 2015 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: Simo Sorce <[email protected]> | ||
# | ||
# Copyright (C) 2008-2010 Red Hat | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
|
||
# Authors: | ||
# Jason Gerard DeRose <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: | ||
# Petr Viktorin <[email protected]> | ||
# John Dennis <[email protected]> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
@PYTHONSHEBANG@ | ||
#!/usr/bin/python3 | ||
# Authors: | ||
# Rob Crittenden <[email protected]> | ||
# John Dennis <[email protected]> | ||
|