diff options
| author | Tarek Ziade <tarek@ziade.org> | 2010-10-25 02:00:47 +0200 |
|---|---|---|
| committer | Tarek Ziade <tarek@ziade.org> | 2010-10-25 02:00:47 +0200 |
| commit | 3a2f924196e82ff2c2bdcff9188357c509c41320 (patch) | |
| tree | 515387487062dcf19b21d0cbe9408e130dee98ed /distutils2/tests/test_command_upload_docs.py | |
| parent | 5dbdebe52132f6dbfbf63919a20fa339624a0cb6 (diff) | |
| download | disutils2-3a2f924196e82ff2c2bdcff9188357c509c41320.tar.gz | |
removed core.py
Diffstat (limited to 'distutils2/tests/test_command_upload_docs.py')
| -rw-r--r-- | distutils2/tests/test_command_upload_docs.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/distutils2/tests/test_command_upload_docs.py b/distutils2/tests/test_command_upload_docs.py index c9c4b91..8135e24 100644 --- a/distutils2/tests/test_command_upload_docs.py +++ b/distutils2/tests/test_command_upload_docs.py @@ -13,7 +13,7 @@ except ImportError: from distutils2.command import upload_docs as upload_docs_mod from distutils2.command.upload_docs import (upload_docs, zip_dir, encode_multipart) -from distutils2.core import Distribution +from distutils2.dist import Distribution from distutils2.errors import DistutilsFileError, DistutilsOptionError from distutils2.tests import unittest, support |
