Variable fix.

master3.3
Mike Hiretsky 13 years ago
parent a185899786
commit a96490eda9

@ -35,6 +35,4 @@ import re
from variables import X11,Env,Net,Locale,Hardware,LDAP,User,System,Linux
class Data(Net,Env,Locale,Hardware,X11,LDAP,User,System,Linux):
vars = ['cl_chroot_path']
section = "main"

@ -40,6 +40,7 @@ setup(
module_name,
module_name + '.client',
module_name + '.format',
module_name + '.variables',
module_name + '.mod',
module_name + '.server',
module_name + '.update_config',

Loading…
Cancel
Save