1
0
Fork 0
mirror of https://github.com/borgbackup/borg.git synced 2025-02-21 21:57:36 +00:00

xattr: fix module docstring

This commit is contained in:
Thomas Waldmann 2016-08-12 04:21:21 +02:00
parent b6ead3dce2
commit 8630ebf3f0

View file

@ -1,5 +1,5 @@
"""A basic extended attributes (xattr) implementation for Linux and MacOS X
"""
"""A basic extended attributes (xattr) implementation for Linux, FreeBSD and MacOS X."""
import errno
import os
import re