[svn r37879] s/tryiter/_tryiter/

--HG--
branch : trunk
This commit is contained in:
fijal
2007-02-03 19:44:34 +01:00
parent 1dca2498fb
commit e88a6c5fc3
12 changed files with 34 additions and 34 deletions

View File

@@ -78,7 +78,7 @@ Running tests on hosts\: localhost, foo.com
def __init__(self, parent):
self.parent = parent
self.fspath = py.path.local('.')
def tryiter(self):
def _tryiter(self):
return ['test_foo', 'test_bar']
def listnames(self):
return ['package', 'foo', 'bar.py']