comparison src/core/constants.py @ 1113:edd3fc4b4aaf

core (constants): minor comment change
author Goffi <goffi@goffi.org>
date Wed, 20 Aug 2014 23:07:59 +0200
parents e51e69b7732d
children 3164b509bc99
comparison
equal deleted inserted replaced
1112:e51e69b7732d 1113:edd3fc4b4aaf
73 ENTITY_LAST_RESOURCE = 'LAST_RESOURCE' 73 ENTITY_LAST_RESOURCE = 'LAST_RESOURCE'
74 ENTITY_CAP_HASH = 'CAP_HASH' 74 ENTITY_CAP_HASH = 'CAP_HASH'
75 75
76 76
77 ## Configuration ## 77 ## Configuration ##
78 if BaseDirectory: # skipped when imported from Libervia browser_side 78 if BaseDirectory: # skipped when xdg module is not available (should not happen in backend)
79 79
80 ## Configuration ## 80 ## Configuration ##
81 DEFAULT_CONFIG = { 81 DEFAULT_CONFIG = {
82 'media_dir': '/usr/share/' + APP_NAME_FILE + '/media', 82 'media_dir': '/usr/share/' + APP_NAME_FILE + '/media',
83 'local_dir': BaseDirectory.save_data_path(APP_NAME_FILE), 83 'local_dir': BaseDirectory.save_data_path(APP_NAME_FILE),