Mercurial > hg
changeset 5169:5bf7a7abb94e
Merge with crew-stable
author | Patrick Mezard <pmezard@gmail.com> |
---|---|
date | Tue, 14 Aug 2007 19:30:14 +0200 |
parents | 8114142092a8 (current diff) e5b21a549cc5 (diff) |
children | 4dfe4c21dd64 |
files | |
diffstat | 1 files changed, 3 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/hghave Tue Aug 14 19:06:10 2007 +0200 +++ b/tests/hghave Tue Aug 14 19:30:14 2007 +0200 @@ -37,7 +37,9 @@ def has_hotshot(): try: - import hotshot + # hotshot.stats tests hotshot and many problematic dependencies + # like profile. + import hotshot.stats return True except ImportError: return False