undo docu in case of parsing-error :-/

This commit is contained in:
JHCD 2015-06-05 09:43:15 +02:00
parent 9de516ef45
commit 7c5e223579

View file

@ -26,9 +26,10 @@ from includes import globals # Global variables
def curtime(): def curtime():
""" """
Local function Local function
@return: current time as formatted string @return timeString: current time as formatted string
""" """
return time.strftime("%Y-%m-%d %H:%M:%S") timeString = time.strftime("%Y-%m-%d %H:%M:%S")
return timeString
## ##
# #