Skip to content
Snippets Groups Projects
Unverified Commit fd650d92 authored by Wolfgang Merkt's avatar Wolfgang Merkt Committed by GitHub
Browse files

Update __init__.py

parent 17a43231
No related branches found
No related tags found
No related merge requests found
Pipeline #17357 failed
from pathlib import Path from pathlib import Path
def prefix(): def prefix():
"""$prefix/lib/pythonX.Y/site-packages/$module/__init__.py: extract prefix from module""" """$prefix/lib/pythonX.Y/site-packages/$module/__init__.py: extract prefix from module"""
return Path(__file__).parent.parent.parent.parent.parent return Path(__file__).parent.parent.parent.parent.parent
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment