summaryrefslogtreecommitdiff
path: root/lib/utils
diff options
context:
space:
mode:
authorcapellancitizen <thecapellancitizen@gmail.com>2024-08-14 19:40:42 -0400
committerGitHub <noreply@github.com>2024-08-14 19:40:42 -0400
commitf3a3cde71e9312d1f07c156033de5b7fb4b99f2d (patch)
treeff47b266848c0233bca8eca067944a672c9095b8 /lib/utils
parent744da960b3c96260243fc54a4f837422f6a4c0ac (diff)
Clones now also clone commands attached to element and its children. (#3032, #3121) (#3086)
Diffstat (limited to 'lib/utils')
-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 *