From 2937c3bd6347ee8e916a05bb18ef9bef914ed8bd Mon Sep 17 00:00:00 2001 From: Sascha Silbe Date: Sat, 21 May 2011 12:20:28 +0000 Subject: Fix overlong lines Signed-off-by: Sascha Silbe --- (limited to 'places.py') diff --git a/places.py b/places.py index 38fa7b2..d44d747 100644 --- a/places.py +++ b/places.py @@ -92,7 +92,7 @@ class SqliteStore(object): cursor = self._connection.cursor() try: - cursor.execute('select uri, title, bookmark, gecko_flags,visits, ' \ + cursor.execute('select uri, title, bookmark, gecko_flags,visits, ' 'last_visit from places where uri=?', (uri,)) row = cursor.fetchone() -- cgit v0.9.1