Hello,
 My requierment is to get the "Stick Tag" value from the below o/p and
based on tag take different actions. What is the best way to implement
it. I am new to Python, so appreciate any input.

Command o/p:
===================================================================
File: Packet.tcl        Status: Needs Merge

   Working revision:    1.2.98      Result of merge
   Repository revision: 1.2.99      /auto/quality/CVS/tools/ext/
Packet.tcl,v
   Sticky Tag:          rel-ip-branch (branch: 1.584.2)
   Sticky Date:         (none)
   Sticky Options:      (none)

Requirement:
If "Sticky Tag" is rel-ip-brach
  do A
else "Sticky Tag" is rel-ipv6-branch
  do B

Thanks in advance.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to