pyfilesystem
pyfilesystem copied to clipboard
DAVFS raises dexml.ParseError exception when tags in XML responses do not follow in the same order as they defined in dexml models
All classes derived from fs.contrib.davfs.xmlobj._davbase must have meta.order_sensitive attribute set to False. I suppose this could be fixed by adding one line of code to the definition of _davbase class.