Fix vars import

master
parent 3ed36c49ff
commit cb911aa803

@ -1,7 +1,7 @@
from calculate.variables.datavars import Variable, Namespace, Dependence, \ from calculate.variables.datavars import Variable, Namespace, Dependence, \
StringType, BooleanType, HashType, ListType, Calculate, Copy StringType, BooleanType, HashType, ListType, Calculate, Copy
from calculate.vars.main.os.func import get_arch_gentoo from calculate.vars.main.os.func import get_arch_gentoo
from .func import * from calculate.vars.install.os.func import *
with Namespace("arch"): with Namespace("arch"):
Variable("machine", type=StringType, Variable("machine", type=StringType,

@ -1,6 +1,6 @@
from calculate.variables.datavars import Variable, Namespace, Dependence, \ from calculate.variables.datavars import Variable, Namespace, Dependence, \
StringType, BooleanType, HashType, Calculate StringType, BooleanType, HashType, Calculate
from .func import * from calculate.vars.main.os.func import *
with Namespace("arch"): with Namespace("arch"):
Variable("machine", type=StringType, Variable("machine", type=StringType,

Loading…
Cancel
Save