Clarify comment about timestamp() override

This commit is contained in:
James Vega 2008-12-22 02:55:56 +00:00
parent 08a0531bf7
commit e787c7aa49
1 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,6 @@
###
# Copyright (c) 2002-2005, Jeremiah Fincher
# Copyright (c) 2008, James Vega
# All rights reserved.
#
# Redistribution and use in source and binary forms, with or without
@ -349,7 +350,7 @@ def toBool(s):
else:
raise ValueError, 'Invalid string for toBool: %s' % quoted(s)
# Replace me!
# When used with Supybot, this is overriden when supybot.conf is loaded
def timestamp(t):
if t is None:
t = time.time()