Browse code

Fixes py headers to use system default python and not force python2 anymore

Florent Viard authored on 2020/04/08 02:37:11
Showing 4 changed files
... ...
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env python2
2
-# -*- coding=utf-8 -*-
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3 3
 
4 4
 ## Amazon S3cmd - testsuite
5 5
 ## Author: Michal Ludvig <michal@logix.cz>
... ...
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env python2
2
-# -*- coding=utf-8 -*-
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3 3
 
4 4
 ## Amazon S3cmd - testsuite
5 5
 ## Author: Michal Ludvig <michal@logix.cz>
... ...
@@ -1,4 +1,4 @@
1
-#!/usr/bin/env python2
1
+#!/usr/bin/env python
2 2
 # -*- coding: utf-8 -*-
3 3
 
4 4
 ## --------------------------------------------------------------------
... ...
@@ -1,5 +1,5 @@
1
-#!/usr/bin/env python2
2
-# -*- coding=utf-8 -*-
1
+#!/usr/bin/env python
2
+# -*- coding: utf-8 -*-
3 3
 
4 4
 from __future__ import print_function
5 5