summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkali kaneko (leap communications) <kali@leap.se>2021-02-19 13:18:04 +0100
committerkali kaneko (leap communications) <kali@leap.se>2021-02-19 13:18:04 +0100
commit2c301a1fb6ab24a7442670f0308922e95e8d39df (patch)
treea0f424197ff59e5a9a9656a9d7e9665643df1069
parentcdc85fb37ed0d0f54c9bf6921ec70fb544312e80 (diff)
[bug] yet another deprecated call
-rwxr-xr-xbranding/templates/snap/local/pre/pack_installers2
1 files changed, 1 insertions, 1 deletions
diff --git a/branding/templates/snap/local/pre/pack_installers b/branding/templates/snap/local/pre/pack_installers
index 5179967..01f1124 100755
--- a/branding/templates/snap/local/pre/pack_installers
+++ b/branding/templates/snap/local/pre/pack_installers
@@ -1,7 +1,7 @@
#!/usr/bin/env python3
import os
import subprocess
-from base64 import encodestring as encode
+from base64 import encodebytes as encode
HELPDIR = '../../../../../helpers'
INSTALL = '../../hooks/install'