Changes between Version 6 and Version 7 of v1


Ignore:
Timestamp:
Jul 12, 2010, 4:58:27 PM (15 years ago)
Author:
naitabde
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • v1

    v6 v7  
    1515      e) pysqlite
    1616
    17 = Mdules =
     17= Modules =
    1818
    1919Currently, existing modules are:
     
    2424* ''' updateDb.py :''' update the database with the two configuration files: f_config_machines.cfg and f_config_pdus.cfg :
    2525
    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.
    2727
    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`
    2931
    3032= Classes =