From 6c0bb186b50bdb61a7719dd813c008d09da8b4ec Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Mon, 13 May 2013 09:20:06 +0300 Subject: Fix comms import --- gsxws/comms.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gsxws/comms.py b/gsxws/comms.py index e18193f..59e7f23 100644 --- a/gsxws/comms.py +++ b/gsxws/comms.py @@ -1,3 +1,6 @@ +from core import GsxObject + + class Communication(GsxObject): def get_content(): """ @@ -10,4 +13,3 @@ class Communication(GsxObject): The Fetch Communication Articles API allows the service partners to fetch all the active communication message IDs. """ - \ No newline at end of file -- cgit v1.2.3