Skip to content

Commit 4724d59

Browse files
authored
Merge pull request #185 from StackStorm/python3
Handle implicit relative import for Python 3
2 parents 7aeb589 + 99540b0 commit 4724d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packs/fixtures/actions/scripts/streamwriter-script.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+
#!/opt/stackstorm/virtualenvs/fixtures/bin/python
22

33
import argparse
44
import sys

0 commit comments

Comments
 (0)