Skip to content

Commit 7125741

Browse files
committed
changed shebang from python3 to python in test_check_vmware_nsxt.py
1 parent fae6d7e commit 7125741

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test_check_vmware_nsxt.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+
#!/usr/bin/env python
22

33
import unittest
44
import unittest.mock as mock

0 commit comments

Comments
 (0)