comparison frontends/src/constants.py @ 1291:0db0013c59dd frontends_multi_profiles

remove remaining references to Wix
author souliane <souliane@mailoo.org>
date Sat, 24 Jan 2015 16:12:50 +0100
parents faa1129559b8
children afc57b34c0a3
comparison
equal deleted inserted replaced
1290:faa1129559b8 1291:0db0013c59dd
24 24
25 25
26 def getPresence(): 26 def getPresence():
27 """We cannot do it directly in the Const class, if it is not encapsulated 27 """We cannot do it directly in the Const class, if it is not encapsulated
28 in a method we get a JS runtime SyntaxError: "missing ) in parenthetical". 28 in a method we get a JS runtime SyntaxError: "missing ) in parenthetical".
29 # TODO: merge this definition with those in primitivus.constants and wix.constants 29 # TODO: merge this definition with those in primitivus.constants
30 """ 30 """
31 31
32 32
33 class Const(constants.Const): 33 class Const(constants.Const):
34 34