##// END OF EJS Templates
imports: allow importing futures from concurrent...
Augie Fackler -
r49689:029b76d6 default
parent child Browse files
Show More
@@ -24,6 +24,7 b' import testparseutil'
24 24 allowsymbolimports = (
25 25 '__future__',
26 26 'breezy',
27 'concurrent',
27 28 'hgclient',
28 29 'mercurial',
29 30 'mercurial.hgweb.common',
General Comments 0
You need to be logged in to leave comments. Login now