mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-04-26 01:45:17 -05:00
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.aes import AESCipher
|
||||||
from bemani.common.time import Time
|
from bemani.common.time import Time
|
||||||
from bemani.common.parallel import Parallel
|
from bemani.common.parallel import Parallel
|
||||||
from bemani.common.pe import PEFile
|
from bemani.common.pe import PEFile, InvalidOffsetException
|
||||||
|
|
||||||
|
|
||||||
__all__ = [
|
__all__ = [
|
||||||
|
|
@ -37,4 +37,5 @@ __all__ = [
|
||||||
"Parallel",
|
"Parallel",
|
||||||
"intish",
|
"intish",
|
||||||
"PEFile",
|
"PEFile",
|
||||||
|
"InvalidOffsetException",
|
||||||
]
|
]
|
||||||
|
|
|
||||||
1704
bemani/utils/read.py
1704
bemani/utils/read.py
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user