aboutsummaryrefslogtreecommitdiffstats
path: root/becommands
diff options
context:
space:
mode:
authorW. Trevor King <wking@drexel.edu>2008-11-14 20:34:57 -0500
committerW. Trevor King <wking@drexel.edu>2008-11-14 20:34:57 -0500
commit8895be5592b93780bcedf16a40d522a86f891fa8 (patch)
treedff060962218b152f263b056ca9a9dc7531f8a68 /becommands
parente76aa4d29f532fc5c116f62b77ec4fa179a3cdac (diff)
downloadbugseverywhere-8895be5592b93780bcedf16a40d522a86f891fa8.tar.gz
Fixed a few more Comment.date->time calls.
Bug keeps timestamps in Bug.time, so working towards consitency for Comment.
Diffstat (limited to 'becommands')
-rw-r--r--becommands/comment.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/becommands/comment.py b/becommands/comment.py
index d214a19..50fdc23 100644
--- a/becommands/comment.py
+++ b/becommands/comment.py
@@ -30,7 +30,7 @@ def execute(args):
u'This is a comment about a\\n'
>>> comment.From == names.creator()
True
- >>> comment.date <= int(time.time())
+ >>> comment.time <= int(time.time())
True
>>> comment.in_reply_to is None
True