]> git.phdru.name Git - bookmarks_db.git/commitdiff
Remove unused import
authorOleg Broytman <phd@phdru.name>
Fri, 4 Jul 2014 20:28:22 +0000 (00:28 +0400)
committerOleg Broytman <phd@phdru.name>
Fri, 4 Jul 2014 20:28:22 +0000 (00:28 +0400)
bkmk-add.py

index a350292a2adf415534a339e67f6338d72a3b5401..b882cf9082e22e7b0a807e0bba81c8b4f9decc3c 100755 (executable)
@@ -36,7 +36,7 @@ def run():
       sys.stderr.write("Usage: bkmk-add [-s] [-t title] url\n")
       sys.exit(1)
 
-   from storage import storage, import_storage
+   from storage import storage
    storage = storage()
 
    if report_stats: