aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2015-03-04 10:10:44 -0500
committerJason R. Coombs <jaraco@jaraco.com>2015-03-04 10:10:44 -0500
commitfe899eef84b75a58aeb443e36904e9f4a5fd5c20 (patch)
tree392670402168301de77f404b465436bac9cf57ee
parent5153b6f17cb2b6fac162a9ae1a989b976cc6d7de (diff)
downloadexternal_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.tar.gz
external_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.tar.bz2
external_python_setuptools-fe899eef84b75a58aeb443e36904e9f4a5fd5c20.zip
Reindent header12.4
-rwxr-xr-xsetup.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/setup.py b/setup.py
index 021e7fee..7a404f82 100755
--- a/setup.py
+++ b/setup.py
@@ -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