Path : /home/easyrentals/public_html/sym404/root/lib/python3.6/site-packages/setuptools/ |
Current File : /home/easyrentals/public_html/sym404/root/lib/python3.6/site-packages/setuptools/version.py |
import pkg_resources try: __version__ = pkg_resources.get_distribution('setuptools').version except Exception: __version__ = 'unknown'