Use external argparse in spack list, for 2.6 compatibility.
This commit is contained in:
		@@ -23,8 +23,8 @@
 | 
				
			|||||||
# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 | 
					# Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 | 
				
			||||||
##############################################################################
 | 
					##############################################################################
 | 
				
			||||||
import sys
 | 
					import sys
 | 
				
			||||||
import argparse
 | 
					 | 
				
			||||||
import llnl.util.tty as tty
 | 
					import llnl.util.tty as tty
 | 
				
			||||||
 | 
					from external import argparse
 | 
				
			||||||
from llnl.util.tty.colify import colify
 | 
					from llnl.util.tty.colify import colify
 | 
				
			||||||
 | 
					
 | 
				
			||||||
import spack
 | 
					import spack
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user