You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

19 lines
492 B

__app__ = 'calculate-taiga'
__version__ = '3.4.1'
import sys
from calculate.lib.datavars import DataVars
from calculate.lib.cl_lang import setLocalTranslate
setLocalTranslate('cl_update3', sys.modules[__name__])
class DataVarsTaiga(DataVars):
"""Variable class for installation"""
def importInstall(self, **args):
"""Import install variables"""
self.importVariables()
self.importVariables('calculate.taiga.variables')
self.defaultModule = "taiga"