Show More
@@ -37,7 +37,9 b' def has_eol_in_paths():' | |||||
37 |
|
37 | |||
38 | def has_hotshot(): |
|
38 | def has_hotshot(): | |
39 | try: |
|
39 | try: | |
40 | import hotshot |
|
40 | # hotshot.stats tests hotshot and many problematic dependencies | |
|
41 | # like profile. | |||
|
42 | import hotshot.stats | |||
41 | return True |
|
43 | return True | |
42 | except ImportError: |
|
44 | except ImportError: | |
43 | return False |
|
45 | return False |
General Comments 0
You need to be logged in to leave comments.
Login now