Ticket #19567: changeset_r24036.diff
File changeset_r24036.diff, 767 bytes (added by jjstickel@…, 15 years ago) |
---|
-
Mayavi/trunk/enthought/mayavi/preferences/preference_manager.py
99 99 """Load the default preferences.""" 100 100 # Save current application_home. 101 app_home = ETSConfig. application_home101 app_home = ETSConfig.get_application_home() 102 102 # Set it to where the mayavi preferences are temporarily. 103 path = join(ETSConfig. application_data, ID)103 path = join(ETSConfig.get_application_data(), ID) 104 104 ETSConfig.application_home = path 105 105 try: