aboutsummaryrefslogtreecommitdiffstats
path: root/gsxws/diagnostics.py
diff options
context:
space:
mode:
authorFilipp Lepalaan <filipp@mac.com>2018-04-02 14:46:39 +0300
committerFilipp Lepalaan <filipp@mac.com>2018-04-02 14:46:39 +0300
commit741f3329ebf600dc2c0c65c4383b8436fe54bac7 (patch)
treea8e3746d5f1f48bdc7f1a84a8bfc61afe60f98e6 /gsxws/diagnostics.py
parentb3a12679f2d2e1d02d5378221c514f905242de6c (diff)
downloadpy-gsxws-741f3329ebf600dc2c0c65c4383b8436fe54bac7.tar.gz
py-gsxws-741f3329ebf600dc2c0c65c4383b8436fe54bac7.tar.bz2
py-gsxws-741f3329ebf600dc2c0c65c4383b8436fe54bac7.zip
Fix imports
Diffstat (limited to 'gsxws/diagnostics.py')
-rw-r--r--gsxws/diagnostics.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gsxws/diagnostics.py b/gsxws/diagnostics.py
index f1815e7..2ad1e8c 100644
--- a/gsxws/diagnostics.py
+++ b/gsxws/diagnostics.py
@@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
-from core import GsxObject, GsxError
+from .core import GsxObject, GsxError
class Diagnostics(GsxObject):