iustin / pyxattr

A python module for accessing filesystem Extended Attributes
https://pyxattr.k1024.org/
GNU Lesser General Public License v2.1
30 stars 15 forks source link

Python 2.5 can't parse byte literals, so use bytes() instead. #1

Closed floppym closed 11 years ago

iustin commented 11 years ago

Thanks, applied.