• File: version.py
  • Full Path: /home/masbinta/public_html/admin/installer/css/sass/sym404/root/lib/python2.7/site-packages/setuptools/version.py
  • File size: 144 bytes
  • MIME-type: text/x-python
  • Charset: utf-8
import pkg_resources

try:
    __version__ = pkg_resources.get_distribution('setuptools').version
except Exception:
    __version__ = 'unknown'