##// END OF EJS Templates
Removed hotshot profiler!
laurent.dufrechou -
Show More
@@ -198,8 +198,4 b' def main():'
198
198
199 #if launched as main program run this
199 #if launched as main program run this
200 if __name__ == '__main__':
200 if __name__ == '__main__':
201 import hotshot
201 main()
202 prof = hotshot.Profile("hotshot_edi_stats")
203 prof.runcall(main)
204 prof.close()
205 #main()
General Comments 0
You need to be logged in to leave comments. Login now