From 67033ad64371b38fb6d5cd46eba6e96c8238dc05 Mon Sep 17 00:00:00 2001 From: Arun Prakash Jana Date: Tue, 5 Jul 2016 23:27:54 +0530 Subject: [PATCH] Update buku --- buku | 2 -- 1 file changed, 2 deletions(-) diff --git a/buku b/buku index ac169d4..2421a05 100755 --- a/buku +++ b/buku @@ -33,7 +33,6 @@ import inspect import atexit import readline - # Globals update = False # Update a bookmark in DB tagManual = None # Tags for update command @@ -54,7 +53,6 @@ CHUNKSIZE = 0x80000 # Read/write 512 KB chunks logging.basicConfig(format='[%(levelname)s] %(message)s') logger = logging.getLogger() - class BMHTMLParser(HTMLParser.HTMLParser): """Class to parse and fetch the title from a HTML page, if available"""