aboutsummaryrefslogtreecommitdiffstats
path: root/libbe/bug.py
diff options
context:
space:
mode:
Diffstat (limited to 'libbe/bug.py')
-rw-r--r--libbe/bug.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbe/bug.py b/libbe/bug.py
index 19297bb..b0ebca4 100644
--- a/libbe/bug.py
+++ b/libbe/bug.py
@@ -182,7 +182,7 @@ def new_bug(dir, uuid=None):
def new_comment(bug, body=None):
comm = bug.new_comment()
comm.From = names.creator()
- comm.date = time.time()
+ comm.time = time.time()
comm.body = body
return comm