Skip to content

Commit 35624e1

Browse files
authored
Merge pull request #801 from sfayer/fix_pkgresv5
[v5r0] Add missing import in __init__
2 parents cc4df5e + 492cfaa commit 35624e1

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/WebAppDIRAC/__init__.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"""
33

44
# Define Version
5+
import importlib.metadata
56
import importlib.resources
67

78
try:

0 commit comments

Comments
 (0)