dashpay / electrum-dash-old

Electrum-DASH - a Dash thin client
https://electrum-dash.org
MIT License
37 stars 112 forks source link

util: fix ambigious package name #64

Closed schinzelh closed 7 years ago

schinzelh commented 7 years ago

This one haunted me: There are at least two packages named "util" and the ambigious import caused PyInstaller to produce undeterministic results.

Quite sure there are some more issues of these kind, but at least "util" is resolved for now.