fix typo, add ronny to authors, normalize email addresses

--HG--
branch : trunk
This commit is contained in:
holger krekel
2009-09-30 17:59:03 +02:00
parent 5914277f92
commit aed66120a2
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ class TestPyLookup:
['*%s:*' %(p.basename)]
)
def test_with_explicit_path(self, testxbdir):
def test_with_explicit_path(self, testdir):
sub1 = testdir.mkdir("things")
sub2 = testdir.mkdir("foo")
sub1.join("pyfile.py").write("def stuff(): pass")