From 2c301a1fb6ab24a7442670f0308922e95e8d39df Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Fri, 19 Feb 2021 13:18:04 +0100 Subject: [bug] yet another deprecated call --- branding/templates/snap/local/pre/pack_installers | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'branding/templates/snap') 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' -- cgit v1.2.3