python and perforce

woot, wrote a python script to connect to a p4 server and create a changelist to add data to: The idea here would be to open a file, parse it for files that need to be added/updated/revisioned in perforce, then pass this info to p4 via python. from P4 import P4 p4 = P4() #…