Apparently -tt doesn't work with #!/usr/bin/env ...

This commit is contained in:
Cole Robinson 2016-06-17 16:38:57 -04:00
parent 20c2d5b6ff
commit 118bf85cba
6 changed files with 6 additions and 6 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# Copyright (C) 2013, 2014 Red Hat, Inc. # Copyright (C) 2013, 2014 Red Hat, Inc.
import atexit import atexit

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# #
# Copyright(c) FUJITSU Limited 2007. # Copyright(c) FUJITSU Limited 2007.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# #
# Copyright 2008, 2013, 2014 Red Hat, Inc. # Copyright 2008, 2013, 2014 Red Hat, Inc.
# Joey Boggs <jboggs@redhat.com> # Joey Boggs <jboggs@redhat.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# #
# Copyright 2005-2014 Red Hat, Inc. # Copyright 2005-2014 Red Hat, Inc.
# #

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# #
# Copyright (C) 2006, 2014 Red Hat, Inc. # Copyright (C) 2006, 2014 Red Hat, Inc.
# Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com> # Copyright (C) 2006 Daniel P. Berrange <berrange@redhat.com>

View File

@ -1,4 +1,4 @@
#!/usr/bin/env python2 -tt #!/usr/bin/env python2
# #
# Copyright 2013-2014 Red Hat, Inc. # Copyright 2013-2014 Red Hat, Inc.
# Cole Robinson <crobinso@redhat.com> # Cole Robinson <crobinso@redhat.com>