cubicweb/devtools/fill.py
changeset 11767 432f87a63057
parent 11129 97095348b3ee
child 11936 46a0366a32af
equal deleted inserted replaced
11766:d8de1ac21f36 11767:432f87a63057
    17 # You should have received a copy of the GNU Lesser General Public License along
    17 # You should have received a copy of the GNU Lesser General Public License along
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    18 # with CubicWeb.  If not, see <http://www.gnu.org/licenses/>.
    19 """This modules defines func / methods for creating test repositories"""
    19 """This modules defines func / methods for creating test repositories"""
    20 from __future__ import print_function
    20 from __future__ import print_function
    21 
    21 
    22 __docformat__ = "restructuredtext en"
    22 
    23 
    23 
    24 import logging
    24 import logging
    25 from random import randint, choice
    25 from random import randint, choice
    26 from copy import deepcopy
    26 from copy import deepcopy
    27 from datetime import datetime, date, time, timedelta
    27 from datetime import datetime, date, time, timedelta