Show
Ignore:
Timestamp:
08/10/07 02:09:02 (6 years ago)
Author:
boltrix
Message:

More work on installers, umitCore.Paths and umitCore.Logging which now has been renamed to umitCore.UmitLogging?. Windows installers are working fine, yet, a script updating the Paths's configuration is need as well as more test on it. Also, Linux installers seens to be working fine. The Mac OS X App generator is half-way done, and have some issues while importing cairo yet. Also, hardcoded the paths to umitCore.Paths and made a basic test suite to ensure that it is working. More testing is needed, and probably some minor bugs shal raise.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/umitCore/UmitConf.py

    r1250 r1306  
    2626 
    2727from umitCore.Paths import Path 
    28 from umitCore.Logging import log 
     28from umitCore.UmitLogging import log 
    2929from umitCore.UmitConfigParser import UmitConfigParser 
    3030from umitCore.I18N import _ 
    3131 
    3232scan_profile = Path.scan_profile 
    33  
    34 def umit_version(): 
    35     return open(Path.umit_version).read() 
    36  
    3733 
    3834# Check if running on Maemo