mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-29 18:31:38 +00:00
Add pyasn1 and rsa for native crypt operations. Remove bad admx stuff
This commit is contained in:
3
src/pyasn1/error.py
Normal file
3
src/pyasn1/error.py
Normal file
@@ -0,0 +1,3 @@
|
||||
class PyAsn1Error(Exception): pass
|
||||
class ValueConstraintError(PyAsn1Error): pass
|
||||
class SubstrateUnderrunError(PyAsn1Error): pass
|
||||
Reference in New Issue
Block a user