##// END OF EJS Templates
`l` doesn't need to be a function
Emilio Graff -
Show More
@@ -611,8 +611,8 b' class AutoreloadMagics(Magics):'
611 p = print
611 p = print
612
612
613 logger = logging.getLogger("autoreload")
613 logger = logging.getLogger("autoreload")
614 def l(msg):
614
615 logger.info(msg)
615 l = logger.info
616
616
617 def pl(msg):
617 def pl(msg):
618 p(msg)
618 p(msg)
General Comments 0
You need to be logged in to leave comments. Login now