undo docu in case of parsing-error :-/

This commit is contained in:
JHCD 2015-06-05 09:47:17 +02:00
parent 7c5e223579
commit fedf879a06

View file

@ -24,12 +24,7 @@ from includes import globals # Global variables
# Private helper function for a printable Timestamp
#
def curtime():
"""
Local function
@return timeString: current time as formatted string
"""
timeString = time.strftime("%Y-%m-%d %H:%M:%S")
return timeString
return time.strftime("%Y-%m-%d %H:%M:%S")
##
#