add tab to send queries

This commit is contained in:
Romain Bignon 2013-05-24 09:34:31 +02:00
commit 0f1ce1d4b1
6 changed files with 248 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# -*- coding: utf-8 -*-
# Copyright(C) 2010-2011 Romain Bignon
# Copyright(C) 2010-2014 Romain Bignon
#
# This file is part of weboob.
#
@ -147,3 +147,12 @@ class CapDating(CapBase):
:rtype: iter[:class:`Event`]
"""
raise NotImplementedError()
def iter_new_contacts(self):
"""
Iter new contacts.
:rtype: iter[:class:`Contact`]
"""
raise NotImplementedError()