little fixes (unused imports, copyrights)
This commit is contained in:
parent
b84a8ba2e8
commit
2402b546c5
2 changed files with 3 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright(C) 2010-2011 Romain Bignon
|
# Copyright(C) 2015 Guilhem Bonnefille
|
||||||
#
|
#
|
||||||
# This file is part of weboob.
|
# This file is part of weboob.
|
||||||
#
|
#
|
||||||
|
|
@ -17,12 +17,11 @@
|
||||||
# You should have received a copy of the GNU Affero General Public License
|
# You should have received a copy of the GNU Affero General Public License
|
||||||
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
# along with weboob. If not, see <http://www.gnu.org/licenses/>.
|
||||||
|
|
||||||
import datetime
|
|
||||||
import re
|
import re
|
||||||
|
|
||||||
from weboob.browser.pages import HTMLPage, JsonPage
|
from weboob.browser.pages import HTMLPage, JsonPage
|
||||||
from weboob.browser.elements import ItemElement, ListElement, method
|
from weboob.browser.elements import ItemElement, ListElement, method
|
||||||
from weboob.browser.filters.standard import Regexp, Format, CleanText, RegexpError, Duration, DateTime, Filter
|
from weboob.browser.filters.standard import Regexp, Format, CleanText, Duration, DateTime, Filter
|
||||||
from weboob.browser.filters.html import Link, XPath, CleanHTML
|
from weboob.browser.filters.html import Link, XPath, CleanHTML
|
||||||
from weboob.browser.filters.json import Dict
|
from weboob.browser.filters.json import Dict
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
# Copyright(C) 2010-2011 Christophe Benz
|
# Copyright(C) 2015 Guilhem Bonnefille
|
||||||
#
|
#
|
||||||
# This file is part of weboob.
|
# This file is part of weboob.
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue