Skip to content

Commit ae887a4

Browse files
author
Ralf Schlatterbeck
committed
coding-style fix.
1 parent 612da8e commit ae887a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

roundup/backends/back_metakit.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# $Id: back_metakit.py,v 1.114 2007-03-14 15:23:11 schlatterbeck Exp $
1+
# $Id: back_metakit.py,v 1.115 2007-03-14 15:51:03 schlatterbeck Exp $
22
'''Metakit backend for Roundup, originally by Gordon McMillan.
33
44
Known Current Bugs:
@@ -1719,7 +1719,7 @@ def import_journals(self, entries):
17191719
elif isinstance(prop, hyperdb.Date):
17201720
value = str(date.Date(value))
17211721
elif isinstance(prop, hyperdb.Interval):
1722-
value = str (date.Interval(value))
1722+
value = str(date.Interval(value))
17231723
elif isinstance(prop, hyperdb.Password):
17241724
pwd = password.Password()
17251725
pwd.unpack(value)

0 commit comments

Comments
 (0)