From ca0950db07ff5006ba760e829f2fa6a7c2f8ea41 Mon Sep 17 00:00:00 2001 From: mathieui Date: Fri, 4 Apr 2014 00:24:16 +0200 Subject: Remove unused imports (thanks eijebong) --- src/bookmark.py | 1 - 1 file changed, 1 deletion(-) (limited to 'src/bookmark.py') diff --git a/src/bookmark.py b/src/bookmark.py index 98bfecc4..52235d23 100644 --- a/src/bookmark.py +++ b/src/bookmark.py @@ -8,7 +8,6 @@ bookmark storage. It can also parse xml Elements. This module also defines several functions for retrieving and updating bookmarks, both local and remote. """ -import os import logging from sys import version_info -- cgit v1.2.3