Blame python-astropy-system-six.patch

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