Skip to content

small fix for python virtualenv

Michi Hostettler requested to merge (removed):master into master

Hi,

When running in a python virtualenv, site.getusersitepackages() does not exist, but instead __package__ contains an absolute path. This breaks a line in cmmnbuild-dep-manager - but the fix is straightforward.

Cheers, Michi

Merge request reports