Changeset 337

Show
Ignore:
Timestamp:
12/19/04 20:40:58 (4 years ago)
Author:
asterix
Message:

core folder is now named Core (we can't have a core folder to build a debian package)

Location:
trunk
Files:
1 modified
1 moved

Legend:

Unmodified
Added
Removed
  • trunk/runCore.py

    r217 r337  
    2222 
    2323import common 
    24 import core 
     24import Core 
    2525 
    2626from common import i18n 
     
    4949                sys.exit() 
    5050 
    51 core.core.start(mode) 
     51Core.core.start(mode) 
    5252print _("Core Stopped")