#!/usr/bin/python2.2 #^--- change the above line to point to your installation of Python # $Id: //guest/mitch_stuart/perforce/utils/delta/pyUtil.py#1 $ import string def cmpIgnoreCase(s1, s2): return cmp(string.lower(s1), string.lower(s2))
# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 3652 | Mitch Stuart | Initial checkin |