ENH: Remove unused any longer _ctime helper

pull/280/head
Yaroslav Halchenko 2013-07-03 00:09:39 -04:00
parent 404574499d
commit e282d6b1c7
1 changed files with 0 additions and 5 deletions

View File

@ -30,11 +30,6 @@ from mytime import MyTime
import time, logging, os
def _ctime(t):
"""Given time in seconds provide string representation with milliseconds
"""
return "%s%.3f" %(time.strftime("%X", time.localtime(t)), (t-int(t)))
# Gets the instance of the logger.
logSys = logging.getLogger("fail2ban.filter")