datemagic

This commit is contained in:
rasbt 2014-06-28 01:27:19 -04:00
parent b7550e37f8
commit 692e1f99f5

View File

@ -54,7 +54,6 @@ class DateMagic(Magics):
@argument('-y', '--python', action='store_true', help='prints Python version')
@argument('-i', '--ipython', action='store_true', help='prints IPython version')
@argument('-p', '--packages', action=str, help='prints versions of Python modules and packages')
@line_magic
def date(self, line):
"""
IPython magic function for printing the current date, time, Python,