Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion moksha.common/moksha/common/lib/cache.py
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
import logging
log = logging.getLogger(__name__)

from moksha.exc import CacheBackendException
from moksha.common.exc import CacheBackendException

class Cache(object):
""" A memcached-specific caching interface """
Expand Down