diff options
author | kali kaneko (leap communications) <kali@leap.se> | 2021-02-19 13:18:04 +0100 |
---|---|---|
committer | kali kaneko (leap communications) <kali@leap.se> | 2021-02-19 13:18:04 +0100 |
commit | 2c301a1fb6ab24a7442670f0308922e95e8d39df (patch) | |
tree | a0f424197ff59e5a9a9656a9d7e9665643df1069 /branding | |
parent | cdc85fb37ed0d0f54c9bf6921ec70fb544312e80 (diff) |
[bug] yet another deprecated call
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' |