Changeset 337 for trunk/runCore.py
- Timestamp:
- 12/19/04 20:40:58 (4 years ago)
- Files:
-
- 1 modified
-
trunk/runCore.py (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/runCore.py
r217 r337 22 22 23 23 import common 24 import core24 import Core 25 25 26 26 from common import i18n … … 49 49 sys.exit() 50 50 51 core.core.start(mode)51 Core.core.start(mode) 52 52 print _("Core Stopped")
