diff options
author | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
---|---|---|
committer | PJ Eby <distutils-sig@python.org> | 2005-11-02 23:55:34 +0000 |
commit | 25d3d2a756deba20be559ff5f46e8621779ad226 (patch) | |
tree | c429126f826fa8080f7d1e447e3dd2627496d01d /setuptools/tests/test_resources.py | |
parent | 1611cf8caa724b24b5d44ae5f45e91fc1f70291a (diff) | |
download | external_python_setuptools-25d3d2a756deba20be559ff5f46e8621779ad226.tar.gz external_python_setuptools-25d3d2a756deba20be559ff5f46e8621779ad226.tar.bz2 external_python_setuptools-25d3d2a756deba20be559ff5f46e8621779ad226.zip |
0.6a7 bugfix release
--HG--
branch : setuptools
extra : convert_revision : svn%3A6015fed2-1504-0410-9fe1-9d1591cc4771/sandbox/trunk/setuptools%4041377
Diffstat (limited to 'setuptools/tests/test_resources.py')
-rw-r--r-- | setuptools/tests/test_resources.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_resources.py b/setuptools/tests/test_resources.py index c36ad952..16531de3 100644 --- a/setuptools/tests/test_resources.py +++ b/setuptools/tests/test_resources.py @@ -134,7 +134,7 @@ class DistroTests(TestCase): "/foo_dir/Foo-1.2.egg", metadata=Metadata(('depends.txt', "[bar]\nBaz>=2.0")) ) - ad.add(Foo) + ad.add(Foo); ad.add(Distribution.from_filename("Foo-0.9.egg")) # Request thing(s) that are available -> list to activate for i in range(3): |