You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I install XML2Dict there are two available modules: encoder and decoder. As these are generic names, I think they should live inside a xml2dict package (like: from xml2dict.encoder import XML2Dict).
The change is very easy to do (just create the directory, move the files in there and change setup.py).
The text was updated successfully, but these errors were encountered:
When I install
XML2Dict
there are two available modules:encoder
anddecoder
. As these are generic names, I think they should live inside axml2dict
package (like:from xml2dict.encoder import XML2Dict
).The change is very easy to do (just create the directory, move the files in there and change
setup.py
).The text was updated successfully, but these errors were encountered: