diff options
| author | ?ric Araujo <merwok@netwok.org> | 2011-01-29 17:11:14 +0100 |
|---|---|---|
| committer | ?ric Araujo <merwok@netwok.org> | 2011-01-29 17:11:14 +0100 |
| commit | 04b4880fd837985753ed13e60aca3a8b77798d2d (patch) | |
| tree | 9bd950afd9a4308c166a1cb01783156ab883529e | |
| parent | b3af9ba4cbbb9c9ef3f492e193a2236c4b6ecd19 (diff) | |
| download | disutils2-04b4880fd837985753ed13e60aca3a8b77798d2d.tar.gz | |
Remove unused any
| -rw-r--r-- | distutils2/_backport/__init__.py | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/distutils2/_backport/__init__.py b/distutils2/_backport/__init__.py index bfbf6ec..c5227d3 100644 --- a/distutils2/_backport/__init__.py +++ b/distutils2/_backport/__init__.py @@ -1,8 +1,2 @@ """Things that will land in the Python 3.3 std lib but which we must drag along with us for now to support 2.x.""" - -def any(seq): - for elem in seq: - if elem: - return True - return False |
