cubicweb/entities/authobjs.py
changeset 12046 9056a41d91ba
parent 12041 69f69ce8241a
child 12125 1d3a9bb46339
equal deleted inserted replaced
12045:d19f7ec36d33 12046:9056a41d91ba
    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 
       
    20 
       
    21 
    19 
    22 from six import string_types, text_type
    20 from six import string_types, text_type
    23 
    21 
    24 from logilab.common.decorators import cached
    22 from logilab.common.decorators import cached
    25 
    23