Skip to content

Commit e08a661

Browse files
committed
Add encoding
1 parent 1d795c1 commit e08a661

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

html_table_extractor/extractor.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
3+
14
from bs4 import BeautifulSoup, Tag
25
import os
36
import csv

tests/tests.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
#!/usr/bin/python
2+
# -*- coding: utf-8 -*-
3+
14
import unittest
25
from bs4 import BeautifulSoup
36
from html_table_extractor.extractor import Extractor

0 commit comments

Comments
 (0)