We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 612da8e commit ae887a4Copy full SHA for ae887a4
roundup/backends/back_metakit.py
@@ -1,4 +1,4 @@
1
-# $Id: back_metakit.py,v 1.114 2007-03-14 15:23:11 schlatterbeck Exp $
+# $Id: back_metakit.py,v 1.115 2007-03-14 15:51:03 schlatterbeck Exp $
2
'''Metakit backend for Roundup, originally by Gordon McMillan.
3
4
Known Current Bugs:
@@ -1719,7 +1719,7 @@ def import_journals(self, entries):
1719
elif isinstance(prop, hyperdb.Date):
1720
value = str(date.Date(value))
1721
elif isinstance(prop, hyperdb.Interval):
1722
- value = str (date.Interval(value))
+ value = str(date.Interval(value))
1723
elif isinstance(prop, hyperdb.Password):
1724
pwd = password.Password()
1725
pwd.unpack(value)
0 commit comments