This repository has been archived on 2023-02-21. You can view files and clone it, but cannot push or open issues or pull requests.
themis.utils/themis/utils/config.py

8 lines
163 B
Python

import pkg_resources
try:
ZOPE2_VERSION = pkg_resources.get_distribution('Zope2').version
except pkg_resources.DistributionNotFound:
ZOPE2_VERSION = 0.0