# 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:1680' p4_user = 'robert' p4_password = 'Password' p4_client = 'bruno_ws' p4_server_2006_1_executable = r"C:\apps\bin\p4d-2006-1.exe" # Location of zip file with sample depot. # See http://www.perforce.com/perforce/technotes/note073.html sample_depot_zip = r'c:\download\sampledepot.zip'