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