Skip to content

Commit

Permalink
Add binascii import, fixes FileOpen #514
Browse files Browse the repository at this point in the history
  • Loading branch information
noDRM committed Mar 15, 2024
1 parent bf2471e commit 3373d93
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ import inspect
import tempfile
import sqlite3
import httplib
import binascii

from decimal import Decimal
import itertools
Expand Down

0 comments on commit 3373d93

Please sign in to comment.