commit | 0d2192be8b71c2effeedad4bf9ccac9c022c03d8 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Mar 23 06:13:25 2008 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Mar 23 06:13:25 2008 +0000 |
tree | 5e5d1fa48bca050a626dd78858d2e13ed8d815a8 | |
parent | 41d649116ce21d1a4aa1cdbb002db1eff5fba51f [diff] |
Move itertools before future_builtins since the latter depends on the former. From a clean build importing future_builtins would fail since itertools wasn't built yet.