File sitePackages.py of Package minsky-beta-restservice

# print value of first site-packages directory
import sys
for i in sys.path:
    if i.endswith('site-packages') or i.endswith('dist-packages'):
        print(i)
        break
openSUSE Build Service is sponsored by