summaryrefslogtreecommitdiff
path: root/sleekxmpp/plugins/xep_0086.py
diff options
context:
space:
mode:
Diffstat (limited to 'sleekxmpp/plugins/xep_0086.py')
-rw-r--r--sleekxmpp/plugins/xep_0086.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/sleekxmpp/plugins/xep_0086.py b/sleekxmpp/plugins/xep_0086.py
index 6871ef3f..e6c18c77 100644
--- a/sleekxmpp/plugins/xep_0086.py
+++ b/sleekxmpp/plugins/xep_0086.py
@@ -1,6 +1,6 @@
from __future__ import with_statement
-import base
+from . import base
import logging
from xml.etree import cElementTree as ET
import copy