A lot of changes to switch to the new name, might be horribly broken.

This commit is contained in:
storm
2024-10-17 09:20:24 -04:00
parent a523205ac2
commit b669e9b5ae
550 changed files with 143282 additions and 143282 deletions

View File

@ -2,5 +2,5 @@ try:
import cProfile as myprofiler
except:
import profile as myprofiler
import orca.orca
myprofiler.run('orca.orca.main()', 'orcaprof')
import cthulhu.cthulhu
myprofiler.run('cthulhu.cthulhu.main()', 'cthulhuprof')