Skip to content

Commit 954849e

Browse files
author
Andrey Lebedev
committed
Added users' timezone support (typo fix)
1 parent 195c0e7 commit 954849e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

roundup/templates/classic/dbinit.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# BASIS, AND THERE IS NO OBLIGATION WHATSOEVER TO PROVIDE MAINTENANCE,
1616
# SUPPORT, UPDATES, ENHANCEMENTS, OR MODIFICATIONS.
1717
#
18-
# $Id: dbinit.py,v 1.32 2003-01-27 16:32:50 kedder Exp $
18+
# $Id: dbinit.py,v 1.33 2003-01-27 16:40:37 kedder Exp $
1919

2020
import os
2121

@@ -67,7 +67,6 @@ def open(name=None):
6767
alternate_addresses=String(),
6868
queries=Multilink('query'), roles=String(),
6969
timezone=String())
70-
)
7170
user.setkey("username")
7271

7372
# FileClass automatically gets these properties:

0 commit comments

Comments
 (0)