Changeset 140 for trunk/runCore.py
- Timestamp:
- 05/17/04 01:47:14 (5 years ago)
- Files:
-
- 1 modified
-
trunk/runCore.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/runCore.py
r108 r140 27 27 import core 28 28 29 from common import i18n 30 i18n.init() 31 _ = i18n._ 32 29 33 core.core.start() 30 print "Core Stopped"34 print _("Core Stopped")
