mirror of https://github.com/django/django.git
Fixed #17832 -- Missing negation in a comment. Thanks mk for the report.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17667 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
399aa72330
commit
6b48b88564
2
setup.py
2
setup.py
|
@ -36,7 +36,7 @@ def fullsplit(path, result=None):
|
|||
return result
|
||||
return fullsplit(head, [tail] + result)
|
||||
|
||||
# Tell distutils to put the data_files in platform-specific installation
|
||||
# Tell distutils not to put the data_files in platform-specific installation
|
||||
# locations. See here for an explanation:
|
||||
# http://groups.google.com/group/comp.lang.python/browse_thread/thread/35ec7b2fed36eaec/2105ee4d9e8042cb
|
||||
for scheme in INSTALL_SCHEMES.values():
|
||||
|
|
Loading…
Reference in New Issue