aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/command
diff options
context:
space:
mode:
authorVille Skyttä <ville.skytta@iki.fi>2017-02-24 10:55:44 +0200
committerVille Skyttä <ville.skytta@iki.fi>2017-02-24 19:37:39 +0200
commite753cb42481783ac858ceb518aaac1472075063c (patch)
treea32e98067242439d3fe609cf8672045d04b5cd35 /setuptools/command
parent4c560effc96a75f337193bc164ad4117b0e333ab (diff)
downloadexternal_python_setuptools-e753cb42481783ac858ceb518aaac1472075063c.tar.gz
external_python_setuptools-e753cb42481783ac858ceb518aaac1472075063c.tar.bz2
external_python_setuptools-e753cb42481783ac858ceb518aaac1472075063c.zip
Python 3.6 invalid escape sequence deprecation fixes
Diffstat (limited to 'setuptools/command')
-rwxr-xr-xsetuptools/command/easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/command/easy_install.py b/setuptools/command/easy_install.py
index d3eabfc3..f5ca0754 100755
--- a/setuptools/command/easy_install.py
+++ b/setuptools/command/easy_install.py
@@ -2013,7 +2013,7 @@ class ScriptWriter(object):
gui apps.
"""
- template = textwrap.dedent("""
+ template = textwrap.dedent(r"""
# EASY-INSTALL-ENTRY-SCRIPT: %(spec)r,%(group)r,%(name)r
__requires__ = %(spec)r
import re