]> git.k1024.org Git - pylibacl.git/commit
Export features as a module attributes
authorIustin Pop <iusty@k1024.org>
Fri, 27 Jun 2008 07:00:08 +0000 (09:00 +0200)
committerIustin Pop <iusty@k1024.org>
Fri, 27 Jun 2008 07:00:08 +0000 (09:00 +0200)
commit0e3c96408a462b64bddbe34e456656b8f2e4d058
tree943902d8804c71d96cbf461ca85b49453b83da01
parent1faff1bd896fb5a3ee97d457946f7d2e64dc68a2
Export features as a module attributes

Currently it's hard to check from python if the current build of the
library has support for X or Y (e.g. acl from mode, etc.). So we export
this as module-level constants and this will allow users to check:
  if posix1e.HAS_ACL_FROM_MODE:
    acl = posix1e.ACL(mode=0644)
acl.c