Sergio Pascual 0f3ec8c
diff -ur astropy-0.4.1/astropy/extern/six.py astropy-0.4.1.six/astropy/extern/six.py
Sergio Pascual 0f3ec8c
--- astropy-0.4.1/astropy/extern/six.py	2014-09-01 21:57:56.663393218 +0200
Sergio Pascual 0f3ec8c
+++ astropy-0.4.1.six/astropy/extern/six.py	2014-09-01 21:59:02.940933294 +0200
Sergio Pascual cdfc2ae
@@ -13,7 +13,7 @@
Sergio Pascual 0f3ec8c
 # Update this to prevent Astropy from using its bundled copy of six
Sergio Pascual 0f3ec8c
 # (but only if some other version of at least _SIX_MIN_VERSION can
Sergio Pascual 0f3ec8c
 # be provided)
Sergio Pascual 0f3ec8c
-_SIX_SEARCH_PATH = ['astropy.extern.bundled.six', 'six']
Sergio Pascual 0f3ec8c
+_SIX_SEARCH_PATH = ['six', 'astropy.extern.bundled.six']
Sergio Pascual cdfc2ae
 
Sergio Pascual cdfc2ae
 
Sergio Pascual 0f3ec8c
 def _find_module(name, path=None):