Revision 0412a686 lib/constants.py

b/lib/constants.py
152 152

  
153 153
DEV_CONSOLE = _constants.DEV_CONSOLE
154 154

  
155
PROC_MOUNTS = "/proc/mounts"
155
PROC_MOUNTS = _constants.PROC_MOUNTS
156 156

  
157 157
LUXI_EOM = _constants.LUXI_EOM
158 158
LUXI_VERSION = _constants.LUXI_VERSION
......
166 166
SYSLOG_ONLY = _constants.SYSLOG_ONLY
167 167
SYSLOG_SOCKET = _constants.SYSLOG_SOCKET
168 168

  
169
EXPORT_CONF_FILE = "config.ini"
169
EXPORT_CONF_FILE = _constants.EXPORT_CONF_FILE
170 170

  
171 171
XEN_BOOTLOADER = _constants.XEN_BOOTLOADER
172 172
XEN_KERNEL = _constants.XEN_KERNEL

Also available in: Unified diff