Python DeprecationWarning
Brought to you by:
jcochrane
I am using redhat 9 and mas 1.6.6g and macl. When
starting the client (macl), the following errors occur:
~/mas/lib/python/CommandProcessor.py:2:
DeprecationWarning: the regex module is deprecated;
please use the re module
from regex import *
/usr/lib/python2.2/regsub.py:15: DeprecationWarning:
the regsub module is deprecated; please use re.sub()
DeprecationWarning)