# Robert Cowham, Vaccaperna Systems Ltd, 2003/12/04 # # This is an example config file for testing p4python. # Note that the name of this file is constructed using the following python call: # config_filename = 'config_' + hostname + '.py' # Where hostname is the name of the current machine, e.g. some_server.some_domain.com # would give "some_server". p4_port = 'localhost:1666' p4_user = 'robert' p4_password = 'Password' p4_client = 'bruno_ws'
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#2 | 5715 | Robert Cowham | Getting tests working with sample depot. | ||
#1 | 4766 | Robert Cowham |
Rather better documentation (and license and changelog). Reorganised dirs. Added .zip file and windows binary installer. |