Ejemplo n.º 1
0
 def remove_point(self, point_id):
     PointData.get(point_id).delete()
     flashmessage.set_flash(_(u"Points deleted"))