summaryrefslogtreecommitdiff
path: root/lib/utils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'lib/utils/__init__.py')
-rw-r--r--lib/utils/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py
index b24257be..60a0bd36 100644
--- a/lib/utils/__init__.py
+++ b/lib/utils/__init__.py
@@ -3,6 +3,7 @@
# Copyright (c) 2010 Authors
# Licensed under the GNU GPL version 3.0 or later. See the file LICENSE for details.
+from . import cache as cache_module # Slight hack to allow cache to be imported for monkeypatching
from .cache import cache
from .dotdict import DotDict
from .geometry import *