diff options
Diffstat (limited to 'branding')
-rwxr-xr-x | branding/templates/snap/local/pre/pack_installers | 2 |
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' |