sobjects/notification.py
branchstable
changeset 5512 e23d681193cd
parent 5424 8ecbcbff9777
child 5556 9ab2b4c74baf
equal deleted inserted replaced
5509:205e708dd5db 5512:e23d681193cd
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    13 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # details.
    14 # details.
    15 #
    15 #
    16 # You should have received a copy of the GNU Lesser General Public License along
    16 # You should have received a copy of the GNU Lesser General Public License along
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    17 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 """some views to handle notification on data changes
    18 """some views to handle notification on data changes"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 _ = unicode
    21 _ = unicode
    23 
    22 
    24 from itertools import repeat
    23 from itertools import repeat
    25 
    24