mirror of
https://github.com/DragonMinded/bemaniutils.git
synced 2026-09-15 05:45:13 -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:
@@ -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
Reference in New Issue
Block a user