eth-sri/psi

util.d causing package collision with pyd

pedrozudo opened this issue · 1 comments

The python package pyd, which allows for interoperability between D-Lang and python does also have a module named util. This causes pyd to complain about psi having likewise a file named util.

Renaming util to dutil (or anything else) resolves this issues and does not require any more to run a renaming script prior to writing a wrapper for psi in python using pyd.