Skip to content

Commit c7fe4a4

Browse files
committed
tests, logger: Updated shebangs to target python2
1 parent 315057f commit c7fe4a4

15 files changed

Lines changed: 15 additions & 15 deletions

data/fleet-commander-logger.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#!/usr/bin/env bash
22

3-
/usr/bin/env python @FCLOGGERPYTHONDIR@/fleet_commander_logger.py $@
3+
/usr/bin/env python2 @FCLOGGERPYTHONDIR@/fleet_commander_logger.py $@

tests/00_database.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/00_freeipa.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/00_sshcontroller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/01_mergers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/02_logger_connmgr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/03_logger_chromium.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/03_logger_firefox.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/04_libvirt_controller.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

tests/_01_logger_test_suite.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python2
22
# -*- coding: utf-8 -*-
33
# vi:ts=2 sw=2 sts=2
44

0 commit comments

Comments
 (0)