> You are mostly counting the length of sys.path, which > is good to keep short but then you can just check len(sys.path). I am also counting the number of successful imports, which should also be kept small. Maybe we could check the number of successful open() calls, in addition to len(sys.path)?
-- -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: http://www.sagemath.org