Skip to content

Commit b641d93

Browse files
authored
Merge pull request #7 from StackStorm-Exchange/fix/no-st2actions
Remove deprecated st2actions import
2 parents 68235a8 + e1e9c50 commit b641d93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

actions/lib/action.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
from st2actions.runners.pythonrunner import Action
2+
from st2common.runners.base_action import Action
33

44
import requests
55

pack.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ keywords:
66
- networking
77
- ipam
88
- dcim
9-
version: 0.3.0
9+
version: 0.3.1
1010
author: John Anderson, Jefferson White
1111

0 commit comments

Comments
 (0)