aboutsummaryrefslogtreecommitdiffstats
path: root/setuptools/tests/test_easy_install.py
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-01-18 15:51:42 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-01-18 15:51:42 -0500
commit49a3b4c156062e4212ed59e2061a178577196fb6 (patch)
treed8a40ae43320df3c9bc716d7a9ead9cf81cc6326 /setuptools/tests/test_easy_install.py
parentfd7fb7ade0fc879e24543f13c39b00de073004bc (diff)
downloadexternal_python_setuptools-49a3b4c156062e4212ed59e2061a178577196fb6.tar.gz
external_python_setuptools-49a3b4c156062e4212ed59e2061a178577196fb6.tar.bz2
external_python_setuptools-49a3b4c156062e4212ed59e2061a178577196fb6.zip
Remove unintended shebang. Fixes #333.
Diffstat (limited to 'setuptools/tests/test_easy_install.py')
-rw-r--r--setuptools/tests/test_easy_install.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/setuptools/tests/test_easy_install.py b/setuptools/tests/test_easy_install.py
index 689860c3..5e36044d 100644
--- a/setuptools/tests/test_easy_install.py
+++ b/setuptools/tests/test_easy_install.py
@@ -1,4 +1,4 @@
-#! -*- coding: utf-8 -*-
+# -*- coding: utf-8 -*-
"""Easy install Tests
"""