Mercurial > libervia-backend
comparison frontends/src/wix/constants.py @ 366:0806a65a5fa9
wix: updated paths to use media_dir
author | Goffi <goffi@goffi.org> |
---|---|
date | Sat, 18 Jun 2011 22:51:33 +0200 |
parents | 533507bb4e32 |
children | 6246eb6d64a0 |
comparison
equal
deleted
inserted
replaced
365:efbfccfed623 | 366:0806a65a5fa9 |
---|---|
4 | 4 |
5 wix_root = os.path.dirname(sat_frontends.wix.__file__) | 5 wix_root = os.path.dirname(sat_frontends.wix.__file__) |
6 | 6 |
7 __builtin__.__dict__['APP_NAME'] = "Wix" | 7 __builtin__.__dict__['APP_NAME'] = "Wix" |
8 __builtin__.__dict__['LICENCE_PATH'] = os.path.join(wix_root,"COPYING") | 8 __builtin__.__dict__['LICENCE_PATH'] = os.path.join(wix_root,"COPYING") |
9 __builtin__.__dict__['IMAGE_DIR'] = os.path.join(wix_root,'images') | |
10 | 9 |
11 __builtin__.__dict__['msgOFFLINE'] = _("offline") | 10 __builtin__.__dict__['msgOFFLINE'] = _("offline") |
12 __builtin__.__dict__['msgONLINE'] = _("online") | 11 __builtin__.__dict__['msgONLINE'] = _("online") |
13 __builtin__.__dict__['const_DEFAULT_GROUP'] = "Unclassed" | 12 __builtin__.__dict__['const_DEFAULT_GROUP'] = "Unclassed" |
14 __builtin__.__dict__['const_STATUS'] = [("", _("Online"), None), | 13 __builtin__.__dict__['const_STATUS'] = [("", _("Online"), None), |