diff options
| author | Eli Collins <elic@assurancetechnologies.com> | 2011-07-08 16:12:53 -0400 |
|---|---|---|
| committer | Eli Collins <elic@assurancetechnologies.com> | 2011-07-08 16:12:53 -0400 |
| commit | 1cea29b9f5d957aca436031f770f9f27d505ae43 (patch) | |
| tree | ea84595b809fae1b423bb3cb4bc393745ad6c1f8 /setup.py | |
| parent | 4475fba1e1f6b5fc22283fcf4011c17dcd2f85f8 (diff) | |
| download | passlib-1cea29b9f5d957aca436031f770f9f27d505ae43.tar.gz | |
stripped trailing whitespace from a bunch of files
Diffstat (limited to 'setup.py')
| -rw-r--r-- | setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -29,7 +29,7 @@ if py3k: #monkeypatch preprocessor into lib2to3 from passlib.setup.cond2to3 import patch2to3 patch2to3() - + #enable 2to3 translation in build_py if has_distribute: opts['use_2to3'] = True @@ -61,7 +61,7 @@ to providing full-strength password hashing for multi-user application. for details, installation instructions, and examples. * See the `passlib homepage <http://passlib.googlecode.com>`_ - for the latest news, more information, and additional downloads. + for the latest news, more information, and additional downloads. * See the `changelog <http://packages.python.org/passlib/history.html>`_ for description of what's new in Passlib. |
