summaryrefslogtreecommitdiff
path: root/pkg_resources.py
diff options
context:
space:
mode:
authorReinout van Rees <reinout@vanrees.org>2009-10-14 12:20:53 +0200
committerReinout van Rees <reinout@vanrees.org>2009-10-14 12:20:53 +0200
commit774fb7a0387f33b8dbcd0cbb46e7ea0c15049260 (patch)
tree4d56e8bc62383d9177aa5b71c4c2ad9bd043f334 /pkg_resources.py
parent4390fda55407b0fec9cedecc119381a51df09534 (diff)
downloadpython-setuptools-git-774fb7a0387f33b8dbcd0cbb46e7ea0c15049260.tar.gz
tiny tweak in docstring to not throw off emacs' syntax highligting
--HG-- branch : distribute extra : rebase_source : b5719cdd1428dc109af18925312b773cbaa0e22b
Diffstat (limited to 'pkg_resources.py')
-rw-r--r--pkg_resources.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg_resources.py b/pkg_resources.py
index 2712e9f1..fec60626 100644
--- a/pkg_resources.py
+++ b/pkg_resources.py
@@ -540,7 +540,7 @@ class WorkingSet(object):
Environment(plugin_dirlist)
)
map(working_set.add, distributions) # add plugins+libs to sys.path
- print "Couldn't load", errors # display errors
+ print 'Could not load', errors # display errors
The `plugin_env` should be an ``Environment`` instance that contains
only distributions that are in the project's "plugin directory" or