importer: Import cleanup
This commit is contained in:
parent
78d5532227
commit
2d7ea2e1fa
@ -38,9 +38,9 @@ def get_args():
|
||||
|
||||
|
||||
def import_chromium(bookmarks_file):
|
||||
from bs4 import BeautifulSoup
|
||||
import bs4
|
||||
|
||||
soup = BeautifulSoup(open(bookmarks_file, encoding='utf-8'))
|
||||
soup = bs4.BeautifulSoup(open(bookmarks_file, encoding='utf-8'))
|
||||
|
||||
html_tags = soup.findAll('a')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user