Mercurial > libervia-web
comparison src/common/constants.py @ 624:9092e624bb27 frontends_multi_profiles
browser_side: fixes various issues
author | souliane <souliane@mailoo.org> |
---|---|
date | Sun, 22 Feb 2015 21:51:20 +0100 |
parents | deddd1cd8aa5 |
children | a90cc8fc9605 |
comparison
equal
deleted
inserted
replaced
623:4f7550a083b4 | 624:9092e624bb27 |
---|---|
16 | 16 |
17 # You should have received a copy of the GNU Affero General Public License | 17 # You should have received a copy of the GNU Affero General Public License |
18 # along with this program. If not, see <http://www.gnu.org/licenses/>. | 18 # along with this program. If not, see <http://www.gnu.org/licenses/>. |
19 | 19 |
20 from sat.core.i18n import D_ | 20 from sat.core.i18n import D_ |
21 from sat_frontends import constants | 21 from sat_frontends.quick_frontend import constants |
22 import os.path | 22 import os.path |
23 | 23 |
24 | 24 |
25 class Const(constants.Const): | 25 class Const(constants.Const): |
26 | 26 |