devtools/fill.py
branchstable
changeset 5786 7c16a4e7a592
parent 5424 8ecbcbff9777
child 5811 e77cea9721e7
equal deleted inserted replaced
5785:c0661b963ced 5786:7c16a4e7a592
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    14 # FOR A PARTICULAR PURPOSE.  See the GNU Lesser General Public License for more
    15 # details.
    15 # details.
    16 #
    16 #
    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 
    20 
    21 """
       
    22 __docformat__ = "restructuredtext en"
    21 __docformat__ = "restructuredtext en"
    23 
    22 
    24 from random import randint, choice
    23 from random import randint, choice
    25 from copy import deepcopy
    24 from copy import deepcopy
    26 from datetime import datetime, date, time, timedelta
    25 from datetime import datetime, date, time, timedelta