History:

2002-06-20 - Version 0.1a

    First 'public' version, for tests.

2002-10-01 - Version 0.2a
    
    Small bugs fix.
    Uncommented __getattr__ method in DeviceConnection so that we can write:
        device.command (params)
    (note: for debug and tests purpose it is better to comment it out as if can 
    hide mispelling).
    Re-pychecked (with pychecker 0.8.10) the three base modules.
    
    
