]> arthur.barton.de Git - bup.git/blobdiff - lib/bup/metadata.py
Completely disable ACL support on OS X for now.
[bup.git] / lib / bup / metadata.py
index 384991ed7b46ff52e61d6b7ea23e0b44729f44c7..bdf3738faae156fb47d09da7acac8c948c16b516 100644 (file)
@@ -27,7 +27,7 @@ if sys.platform.startswith('linux'):
             xattr = None
 
 posix1e = None
-if not sys.platform.startswith('cygwin'):
+if not (sys.platform.startswith('cygwin') or sys.platform.startswith('darwin')):
     try:
         import posix1e
     except ImportError: