modbus/web_settings.py
changeset 2673 80e7eb44cab4
parent 2672 4bc60e426dd6
child 2675 3ca5611d6308
equal deleted inserted replaced
2672:4bc60e426dd6 2673:80e7eb44cab4
    44 
    44 
    45 import runtime.NevowServer as NS
    45 import runtime.NevowServer as NS
    46 
    46 
    47 # Directory in which to store the persistent configurations
    47 # Directory in which to store the persistent configurations
    48 # Should be a directory that does not get wiped on reboot!
    48 # Should be a directory that does not get wiped on reboot!
    49 # TODO FIXME WTF
    49 _ModbusConfFiledir = WorkingDir
    50 _ModbusConfFiledir = "/tmp"
       
    51 
    50 
    52 # List of all Web Extension Setting nodes we are handling.
    51 # List of all Web Extension Setting nodes we are handling.
    53 # One WebNode each for:
    52 # One WebNode each for:
    54 #   - Modbus TCP client 
    53 #   - Modbus TCP client 
    55 #   - Modbus TCP server
    54 #   - Modbus TCP server