diff options
-rw-r--r-- | gsxws/escalations.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gsxws/escalations.py b/gsxws/escalations.py index 3cef759..bb78db1 100644 --- a/gsxws/escalations.py +++ b/gsxws/escalations.py @@ -1,3 +1,6 @@ +from core import GsxObject + + class Escalation(GsxObject): def create(self): """ |