cubicweb/entities/authobjs.py
changeset 11767 432f87a63057
parent 11699 b48020a80dc3
child 12041 69f69ce8241a
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    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 __docformat__ = "restructuredtext en"
    20 
    21 
    21 
    22 from six import string_types, text_type
    22 from six import string_types, text_type
    23 
    23 
    24 from logilab.common.decorators import cached
    24 from logilab.common.decorators import cached
    25 
    25