diff options
author | fanquake <fanquake@gmail.com> | 2021-05-31 16:31:15 +0800 |
---|---|---|
committer | fanquake <fanquake@gmail.com> | 2021-06-09 12:16:47 +0800 |
commit | dca6c9032993f2bbf8047751d52f2a5c7ebd3ee4 (patch) | |
tree | 44a6bfc4adbc461a5c3c3a32e54bbc1f6f1c08b7 | |
parent | 7cac26246a23b2843cb368fe8a68c54dde04d5d8 (diff) |
macdeploy: remove unused plistlib import
Unused since #20422, see: https://github.com/bitcoin/bitcoin/pull/20422#discussion_r534207899
-rwxr-xr-x | contrib/macdeploy/macdeployqtplus | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index 9bf3305288..c47089a5bd 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -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 |