diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-11-07 22:23:42 +0100 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-11-07 22:23:42 +0100 |
| commit | cb7b234fa42bb5f66c4c004c46fbf89ccee78791 (patch) | |
| tree | 193f321456bba76419956101f1da333d2e74e185 /distutils2/tests | |
| parent | bfb821d7c29d9e883faa04b3a6b46e782e945009 (diff) | |
| download | disutils2-cb7b234fa42bb5f66c4c004c46fbf89ccee78791.tar.gz | |
passing the distribution object as well.
Diffstat (limited to 'distutils2/tests')
| -rw-r--r-- | distutils2/tests/test_command_sdist.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/tests/test_command_sdist.py b/distutils2/tests/test_command_sdist.py index 29a3ec3..04e98fe 100644 --- a/distutils2/tests/test_command_sdist.py +++ b/distutils2/tests/test_command_sdist.py @@ -56,7 +56,7 @@ somecode%(sep)sdoc.dat somecode%(sep)sdoc.txt """ -def builder(filelist): +def builder(dist, filelist): filelist.append('bah') |
