diff options
author | Filipp Lepalaan <f@230.to> | 2013-05-13 09:20:06 +0300 |
---|---|---|
committer | Filipp Lepalaan <f@230.to> | 2013-05-13 09:20:06 +0300 |
commit | 6c0bb186b50bdb61a7719dd813c008d09da8b4ec (patch) | |
tree | f28458c59616ff86a8a09f9b98228d6318784e0d | |
parent | 54331c8677c35449809524154fcde1fed7c84c42 (diff) | |
download | py-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.tar.gz py-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.tar.bz2 py-gsxws-6c0bb186b50bdb61a7719dd813c008d09da8b4ec.zip |
Fix comms import
-rw-r--r-- | gsxws/comms.py | 4 |
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 |