fix typo, add ronny to authors, normalize email addresses
--HG-- branch : trunk
This commit is contained in:
parent
5914277f92
commit
aed66120a2
6
AUTHORS
6
AUTHORS
|
@ -2,9 +2,9 @@ Holger Krekel, holger at merlinux eu
|
||||||
Guido Wesdorp, johnny at johnnydebris net
|
Guido Wesdorp, johnny at johnnydebris net
|
||||||
Samuele Pedroni, pedronis at openend se
|
Samuele Pedroni, pedronis at openend se
|
||||||
Carl Friedrich Bolz, cfbolz at gmx de
|
Carl Friedrich Bolz, cfbolz at gmx de
|
||||||
Benjamin Peterson, benjamin@python.org
|
Benjamin Peterson, benjamin at python org
|
||||||
|
Ronny Pfannschmidt, Ronny.Pfannschmidt at gmx de
|
||||||
Armin Rigo, arigo at tunes org
|
Armin Rigo, arigo at tunes org
|
||||||
Maciek Fijalkowski, fijal at genesilico.pl
|
Maciek Fijalkowski, fijal at genesilico pl
|
||||||
Brian Dorsey, briandorsey at gmail com
|
Brian Dorsey, briandorsey at gmail com
|
||||||
merlinux GmbH, Germany, office at merlinux eu
|
merlinux GmbH, Germany, office at merlinux eu
|
||||||
|
|
||||||
|
|
|
@ -16,7 +16,7 @@ class TestPyLookup:
|
||||||
['*%s:*' %(p.basename)]
|
['*%s:*' %(p.basename)]
|
||||||
)
|
)
|
||||||
|
|
||||||
def test_with_explicit_path(self, testxbdir):
|
def test_with_explicit_path(self, testdir):
|
||||||
sub1 = testdir.mkdir("things")
|
sub1 = testdir.mkdir("things")
|
||||||
sub2 = testdir.mkdir("foo")
|
sub2 = testdir.mkdir("foo")
|
||||||
sub1.join("pyfile.py").write("def stuff(): pass")
|
sub1.join("pyfile.py").write("def stuff(): pass")
|
||||||
|
|
Loading…
Reference in New Issue