fixup! Add CFUID to __all__

This commit is contained in:
Mingye Wang 2020-12-05 14:06:14 +08:00 committed by GitHub
parent 9fbff0fa1c
commit 15239847c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ Parse Plist example:
print(pl["aKey"])
"""
__all__ = [
"InvalidFileException", "FMT_XML", "FMT_BINARY", "load", "dump", "loads", "dumps", "UID"
"InvalidFileException", "FMT_XML", "FMT_BINARY", "load", "dump", "loads", "dumps", "UID", "CFUID"
]
import binascii