entities/authobjs.py
changeset 5556 9ab2b4c74baf
parent 5426 0d4853a6e5ee
child 7110 73b3e0e095d3
equal deleted inserted replaced
5555:a64f48dd5fe4 5556:9ab2b4c74baf
    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 """entity classes user and group entities
    18 """entity classes user and group entities"""
    19 
    19 
    20 """
       
    21 __docformat__ = "restructuredtext en"
    20 __docformat__ = "restructuredtext en"
    22 
    21 
    23 from logilab.common.decorators import cached
    22 from logilab.common.decorators import cached
    24 
    23 
    25 from cubicweb import Unauthorized
    24 from cubicweb import Unauthorized