macdeploy: remove unused plistlib import

Unused since #20422, see: https://github.com/bitcoin/bitcoin/pull/20422#discussion_r534207899
pull/826/head
fanquake 3 years ago
parent 7cac26246a
commit dca6c90329
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

@ -16,7 +16,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
import plistlib
import sys, re, os, shutil, stat, os.path
from argparse import ArgumentParser
from ds_store import DSStore

Loading…
Cancel
Save