Remove unused yappi profiler

This commit is contained in:
Stein Magnus Jodal 2012-12-15 23:46:52 +01:00
parent 8fdd7fdf58
commit a599362863
2 changed files with 1 additions and 7 deletions

View File

@ -5,4 +5,3 @@ nose
pylint
tox
unittest2
yappi

View File

@ -1,10 +1,5 @@
from __future__ import unicode_literals
import nose
import yappi
try:
yappi.start()
nose.main()
finally:
yappi.print_stats()
nose.main()