Skip to content
This repository was archived by the owner on Sep 3, 2021. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion protontricks
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down