From 607b47888dd125f0710f95df6aff7894952d76c3 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 13 May 2013 09:23:11 +0300 Subject: Fix escalations import --- gsxws/escalations.py | 3 +++ 1 file changed, 3 insertions(+) (limited to 'gsxws/escalations.py') 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): """ -- cgit v1.2.3