use iglob instead of glob since we're iterating anyway
authorStefan Behnel <stefan_ml@behnel.de>
Sun, 29 Sep 2013 12:17:01 +0000 (14:17 +0200)
committerStefan Behnel <stefan_ml@behnel.de>
Sun, 29 Sep 2013 12:17:01 +0000 (14:17 +0200)
commit80eaeaab37bcf214576da7d6e928cfeaf8c07a20
tree98d22f4111dd7444eed8028d26f3ab5e485b26f9
parentfd26231a15dcb6b2c68d23f15bb8e8f9051e304a
use iglob instead of glob since we're iterating anyway
Cython/Build/Dependencies.py