Mercurial > libervia-backend
changeset 1113:edd3fc4b4aaf
core (constants): minor comment change
| author | Goffi <goffi@goffi.org> |
|---|---|
| date | Wed, 20 Aug 2014 23:07:59 +0200 |
| parents | e51e69b7732d |
| children | 7293233970ab |
| files | src/core/constants.py |
| diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/core/constants.py Wed Aug 20 23:04:57 2014 +0200 +++ b/src/core/constants.py Wed Aug 20 23:07:59 2014 +0200 @@ -75,7 +75,7 @@ ## Configuration ## - if BaseDirectory: # skipped when imported from Libervia browser_side + if BaseDirectory: # skipped when xdg module is not available (should not happen in backend) ## Configuration ## DEFAULT_CONFIG = {
