Skip to content

Commit f1fe7e8

Browse files
committed
fix: remove py shebang which cause errors with py venv
1 parent fe49e80 commit f1fe7e8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/modules/maintenance_planner_files.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
# -*- coding: utf-8 -*-
22

33
# SAP Maintenance Planner files retrieval
44

plugins/modules/maintenance_planner_stack_xml_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
# -*- coding: utf-8 -*-
22

33
# SAP Maintenance Planner Stack XML download
44

plugins/modules/software_center_download.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python3
1+
# -*- coding: utf-8 -*-
22

33
# SAP software download module
44

0 commit comments

Comments
 (0)