summaryrefslogtreecommitdiff
path: root/slixmpp/util/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'slixmpp/util/__init__.py')
-rw-r--r--slixmpp/util/__init__.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/slixmpp/util/__init__.py b/slixmpp/util/__init__.py
index 8f70b2bb..ecf118d7 100644
--- a/slixmpp/util/__init__.py
+++ b/slixmpp/util/__init__.py
@@ -13,3 +13,5 @@
from slixmpp.util.misc_ops import bytes, unicode, hashes, hash, \
num_to_bytes, bytes_to_num, quote, \
XOR
+from slixmpp.util.cache import MemoryCache, MemoryPerJidCache, \
+ FileSystemCache, FileSystemPerJidCache