aboutsummaryrefslogtreecommitdiff
path: root/contrib/macdeploy
diff options
context:
space:
mode:
authorfanquake <fanquake@gmail.com>2021-05-31 16:31:15 +0800
committerfanquake <fanquake@gmail.com>2021-06-09 12:16:47 +0800
commitdca6c9032993f2bbf8047751d52f2a5c7ebd3ee4 (patch)
tree44a6bfc4adbc461a5c3c3a32e54bbc1f6f1c08b7 /contrib/macdeploy
parent7cac26246a23b2843cb368fe8a68c54dde04d5d8 (diff)
downloadbitcoin-dca6c9032993f2bbf8047751d52f2a5c7ebd3ee4.tar.xz
macdeploy: remove unused plistlib import
Unused since #20422, see: https://github.com/bitcoin/bitcoin/pull/20422#discussion_r534207899
Diffstat (limited to 'contrib/macdeploy')
-rwxr-xr-xcontrib/macdeploy/macdeployqtplus1
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