rueeee
This commit is contained in:
parent
2f1f812432
commit
4abf1d41e2
@ -51,7 +51,7 @@ if __name__ == '__main__':
|
||||
if DEBUGGING:
|
||||
raise TestError('debugging')
|
||||
except Exception as exp:
|
||||
from Difficult_Rocket.api.translate import tr
|
||||
from Difficult_Rocket.translate import tr
|
||||
|
||||
print(error_format['error.happen'])
|
||||
error = traceback.format_exc()
|
||||
|
@ -47,10 +47,10 @@
|
||||
|
||||
## Required python modules
|
||||
|
||||
- json5 (pre-installed V0.9.6 path:`./libs/json5`)
|
||||
- pyglet (pre-installed V2.0.dev11 path:`./libs/pyglet`)
|
||||
- pillow
|
||||
- semver
|
||||
- `json5` (pre-installed V0.9.6 path:`./libs/json5`)
|
||||
- `pyglet` (pre-installed V2.0.dev11 path:`./libs/pyglet`)
|
||||
- `pillow`
|
||||
- `semver`
|
||||
|
||||
## thanks to
|
||||
|
||||
|
@ -48,10 +48,10 @@
|
||||
|
||||
## 需要的Python模块
|
||||
|
||||
- json5 (已经内置V0.9.6 路径:`./libs/json5`)
|
||||
- pyglet (已经内置V2.0.dev11 路径:`./libs/pyglet`)
|
||||
- pillow
|
||||
- semver
|
||||
- `json5` (已经内置V0.9.6 路径:`./libs/json5`)
|
||||
- `pyglet` (已经内置V2.0.dev11 路径:`./libs/pyglet`)
|
||||
- `pillow`
|
||||
- `semver`
|
||||
|
||||
## 感谢
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user