summaryrefslogtreecommitdiff
path: root/pint
diff options
context:
space:
mode:
authorHernan Grecco <hgrecco@gmail.com>2023-05-11 17:16:06 -0300
committerHernan Grecco <hgrecco@gmail.com>2023-05-11 17:16:06 -0300
commit2a89a4423f0bf6e4ffd6179170aae9c475b61643 (patch)
treefb08cc845d48a1fb4071d2899d5e9e4cce57dff0 /pint
parentf8a7fed4bce13e545a4f1dc96057fcbf4067e835 (diff)
downloadpint-2a89a4423f0bf6e4ffd6179170aae9c475b61643.tar.gz
SharedObject module should be
Diffstat (limited to 'pint')
-rw-r--r--pint/util.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pint/util.py b/pint/util.py
index 950d223..e250b0e 100644
--- a/pint/util.py
+++ b/pint/util.py
@@ -1144,7 +1144,7 @@ def create_class_with_registry(
"""
class_body = {
- "__module__": f"pint.{base_class.__name__}",
+ "__module__": "pint",
"_REGISTRY": registry,
}