Support multiple DLLs per Pop'n music version, update to not show stack traces on exceptions whish should show the user an error.
This commit is contained in:
parent
7fddcc06e1
commit
bf15b2ee87
@ -14,7 +14,7 @@ from bemani.common.id import ID
|
||||
from bemani.common.aes import AESCipher
|
||||
from bemani.common.time import Time
|
||||
from bemani.common.parallel import Parallel
|
||||
from bemani.common.pe import PEFile
|
||||
from bemani.common.pe import PEFile, InvalidOffsetException
|
||||
|
||||
|
||||
__all__ = [
|
||||
@ -37,4 +37,5 @@ __all__ = [
|
||||
"Parallel",
|
||||
"intish",
|
||||
"PEFile",
|
||||
"InvalidOffsetException",
|
||||
]
|
||||
|
1704
bemani/utils/read.py
1704
bemani/utils/read.py
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user