diff options
author | Bobby Impollonia <bobby@affinesystems.com> | 2012-03-10 18:02:39 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2012-09-23 16:18:56 -0700 |
commit | bd5c843040a9c183e1ce39afd65a519749eaa8db (patch) | |
tree | 9601ccbcdac24959c8f508a285efb6e2f519963b /setup.py | |
parent | a05b770c03844f028952158e618837ea34d22a9d (diff) |
Replace hard tabs with spaces
(cherry picked from commit c07eddb9e1b579fdaa335477680689d7b2865452)
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -45,8 +45,8 @@ except ImportError: kw = {} if sys.platform == 'darwin': - import setup_helper - setup_helper.install_custom_make_tarball() + import setup_helper + setup_helper.install_custom_make_tarball() setup(name = "paramiko", |