Skip to content

Commit

Permalink
Merge pull request #3268 from charris/maint-remove-unneeded-version-c…
Browse files Browse the repository at this point in the history
…hecks

MAINT: Remove unneeded version checks.
  • Loading branch information
njsmith committed Apr 25, 2013
2 parents 65c172f + c92d924 commit 0291896
Show file tree
Hide file tree
Showing 13 changed files with 639 additions and 826 deletions.
3 changes: 1 addition & 2 deletions numpy/core/code_generators/genapi.py
Expand Up @@ -15,8 +15,7 @@
except ImportError:
import md5
md5new = md5.new
if sys.version_info[:2] < (2, 6):
from sets import Set as set

import textwrap

from os.path import join
Expand Down

0 comments on commit 0291896

Please sign in to comment.