aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/comms.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <f@230.to>2013-05-13 09:20:06 +0300
committerFilipp Lepalaan <f@230.to>2013-05-13 09:20:06 +0300
commit6c0bb186b50bdb61a7719dd813c008d09da8b4ec (patch)
treef28458c59616ff86a8a09f9b98228d6318784e0d /gsxws/comms.py
parent54331c8677c35449809524154fcde1fed7c84c42 (diff)
downloadpy-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.tar.gz
py-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.tar.bz2
py-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.zip
Fix comms import
Diffstat (limited to 'gsxws/comms.py')
-rw-r--r--gsxws/comms.py4
1 files changed, 3 insertions, 1 deletions
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