Skip to content
Snippets Groups Projects
Unverified Commit 2c301a1f authored by Kali Kaneko's avatar Kali Kaneko
Browse files

[bug] yet another deprecated call

parent cdc85fb3
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env python3 #!/usr/bin/env python3
import os import os
import subprocess import subprocess
from base64 import encodestring as encode from base64 import encodebytes as encode
HELPDIR = '../../../../../helpers' HELPDIR = '../../../../../helpers'
INSTALL = '../../hooks/install' INSTALL = '../../hooks/install'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment