Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
Jörn Heissler committed Feb 16, 2020
1 parent abaf213 commit 1a49eea
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pvss/qr.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@
from asn1crypto.core import Asn1Value, Integer
from asn1crypto.pem import unarmor

print("XXX")
print(environ)
try:
from gmpy2 import invert, is_prime, legendre, mpz, powmod
except Exception:
Expand All @@ -23,6 +25,7 @@
else:
# Will be fixed by gmpy2 2.1
mpz_type = mpz if isinstance(mpz, type) else type(mpz(0))
print("YYY")

from .asn1 import ImgGroupValue
from .groups import ImageGroup, ImageValue, PgvOrInt
Expand Down

0 comments on commit 1a49eea

Please sign in to comment.