Changes between Version 6 and Version 7 of v1
- Timestamp:
- Jul 12, 2010, 4:58:27 PM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
v6 v7 15 15 e) pysqlite 16 16 17 = M dules =17 = Modules = 18 18 19 19 Currently, existing modules are: … … 24 24 * ''' updateDb.py :''' update the database with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg : 25 25 26 performs adding new pdu or a new machine to the database, and modifying their characteristics.26 performs adding new pdu or a new machine to the database, and modifying their characteristics. 27 27 28 Nb: The table PDU must be modified before the machines because of foreign keys raisons 28 Nb: The table PDU must be modified before the machines because of foreign keys raisons 29 30 * ''' viewCons.py ''' The vizualisation script, that generates different plots via python plotting library `MatplotLib` 29 31 30 32 = Classes =