fix pcre check method naming

This commit is contained in:
Thomas S Hatch 2011-03-09 13:12:22 -07:00
parent 765b43ea87
commit 3af902defe

View file

@ -77,7 +77,7 @@ class LocalClient(object):
os.chdir(cwd)
return ret
def _check_re_minions(self, expr):
def _check_pcre_minions(self, expr):
'''
Return the minions found by looking via regular expresions
'''