From f41536331f0f062ed372409ee50c77234075570a Mon Sep 17 00:00:00 2001 From: bhumilad <70130258+bhumilad@users.noreply.github.com> Date: Thu, 1 Oct 2020 23:06:24 +0530 Subject: [PATCH] Update protontricks --- protontricks | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/protontricks b/protontricks index a21c938..86cfbb0 100755 --- a/protontricks +++ b/protontricks @@ -8,7 +8,9 @@ # Script by Sirmentio, Copyright 2018, Licensed under the GPLv3! import binascii -import glob +# binascii module contains a number of methods to convert between binary and various ASCII-encoded binary representations. +# use wrapper modules like uu , base64 , or binhex instead +import glob # retrieve files/pathnames matching a specified pattern import os import re import string