IFcoltransG / HashableDict

A hashable immutable dictionary for Python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Documented import doesn't work

nat-goodspeed opened this issue · comments

The documentation states that you can import HashDict as:

from HashableDict import HashDict

But that fails. What works is:

from HashableDict.HashableDict import HashDict