move mysettings out of __getMaskStatus() into __init__() so it is only done once...
authorBrian Dolbec <brian.dolbec@gmail.com>
Fri, 25 Feb 2011 01:53:01 +0000 (17:53 -0800)
committerBrian Dolbec <brian.dolbec@gmail.com>
Fri, 25 Feb 2011 01:53:01 +0000 (17:53 -0800)
commit897833f0abc06b88849c7df76de6ef0f4023d767
treec5da40c626c62acb25b97a8e030b68d426de87d6
parenta8c9fdabc88975cb1d35305c1e91d0f5ce624663
move mysettings out of __getMaskStatus() into __init__() so it is only done once = 1/7th the time to run.
decorate functions not needing self with @staticmethod.
pym/gentoolkit/eshowkw/keywords_content.py