diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-04 10:10:44 -0500 |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2015-03-04 10:10:44 -0500 |
commit | fe899eef84b75a58aeb443e36904e9f4a5fd5c20 (patch) | |
tree | 392670402168301de77f404b465436bac9cf57ee | |
parent | 5153b6f17cb2b6fac162a9ae1a989b976cc6d7de (diff) | |
download | external_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.tar.gz external_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.tar.bz2 external_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.zip |
Reindent header12.4
-rwxr-xr-x | setup.py | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -1,5 +1,8 @@ #!/usr/bin/env python -"""Distutils setup file, used to install or test 'setuptools'""" +""" +Distutils setup file, used to install or test 'setuptools' +""" + import io import os import sys |