mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-16 09:10:35 +03:00
* On win32 this uses pywin32 package modules, so that's now in requirements-dev.txt. * I *think* that code is as clean as it's going to be. Windows is a pain with having you *append* a Deny ACL (rather than remove an Allow one), and then you have to find it in all the ACLs for the object in order to remove it by index. * Linux version of this using `os.chmod()` currently untested.