Skip to content

Commit c370d27

Browse files
author
Hugues Valois
committed
Merge pull request #398 from huguesv/dev5
Fix encoding on setup.py files
2 parents 3291ecf + 6140b42 commit c370d27

File tree

8 files changed

+8
-8
lines changed

8 files changed

+8
-8
lines changed

azure-_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt-_core/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt-compute/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt-network/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt-resource/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt-storage/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-mgmt/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

azure-storage/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python
22

33
#-------------------------------------------------------------------------
44
# Copyright (c) Microsoft. All rights reserved.

0 commit comments

Comments
 (0)