diff options
| author | Kaalleen <36401965+kaalleen@users.noreply.github.com> | 2025-06-29 06:46:22 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-06-29 06:46:22 +0200 |
| commit | c7102e6cece6551f7d5a74f6e3350967fab1741d (patch) | |
| tree | c48236266703a7b92f1475c51e63e50c8652880c /lib/utils/__init__.py | |
| parent | 0d461e3aef42b046b7ca14e2b0a05990306030d4 (diff) | |
| parent | 40f1b2eccfc27764e49b20bf712d4f5fa321fcac (diff) | |
Merge pull request #3826 from not-my-profile/fix-nix
Fix package build with Nix package manager
Diffstat (limited to 'lib/utils/__init__.py')
| -rw-r--r-- | lib/utils/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/utils/__init__.py b/lib/utils/__init__.py index 60a0bd36..b24257be 100644 --- a/lib/utils/__init__.py +++ b/lib/utils/__init__.py @@ -3,7 +3,6 @@ # 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 * |
