summaryrefslogtreecommitdiff
path: root/portato/db/eix_sql.py
diff options
context:
space:
mode:
Diffstat (limited to 'portato/db/eix_sql.py')
-rw-r--r--portato/db/eix_sql.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/db/eix_sql.py b/portato/db/eix_sql.py
index 9ba75ff..2a693e9 100644
--- a/portato/db/eix_sql.py
+++ b/portato/db/eix_sql.py
@@ -46,7 +46,7 @@ class EixSQLDatabase (SQLDatabase):
def updated (self):
mtime = os.stat(self.cache).st_mtime
- old = self.session.get("mtime", 0)
+ old = float(self.session.get("mtime", 0))
self.session["mtime"] = str(mtime)
/span>Updated screenshotsRené 'Necoro' Neumann7-1/+2 2010-05-12Update page -- esp. mention the new version; install mechanisms to update the...René 'Necoro' Neumann5-5/+26 2010-05-11Make sure, that the changelog parser returns unicode objects as they are expe...René 'Necoro' Neumann1-2/+2