diff options
| author | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 15:51:42 -0500 |
|---|---|---|
| committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-01-18 15:51:42 -0500 |
| commit | 49a3b4c156062e4212ed59e2061a178577196fb6 (patch) | |
| tree | d8a40ae43320df3c9bc716d7a9ead9cf81cc6326 /setuptools | |
| parent | fd7fb7ade0fc879e24543f13c39b00de073004bc (diff) | |
| download | python-setuptools-git-49a3b4c156062e4212ed59e2061a178577196fb6.tar.gz | |
Remove unintended shebang. Fixes #333.
Diffstat (limited to 'setuptools')
| -rw-r--r-- | setuptools/tests/test_easy_install.py | 2 |
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 """ |
