Search:
Login
Settings
Help/Guide
About Trac
Wiki
Timeline
Roadmap
View Tickets
Search
Perforce
: createUsers2.py
Line
1
#!/usr/bin/python
2
from env import P4USER, P4PORT
3
import p4
4
p4c = p4.P4()
5
p4c.port=P4PORT
6
p4c.user=P4USER
7
p4c.user=P4USER+'-admin'
8
p4c.connect()
9
userform = p4.fetch_label(P4USER)
10
print userform
Download in other formats:
Original Format
Plain Text