From d56e486e171e3581c39b15ce2cb245a984c010d5 Mon Sep 17 00:00:00 2001 From: chaitanya sharma Date: Fri, 9 Mar 2012 14:51:46 -0500 Subject: [PATCH] updated get_data.py --- backend/test/data/get_data.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/backend/test/data/get_data.py b/backend/test/data/get_data.py index 3440e78..4835f90 100644 --- a/backend/test/data/get_data.py +++ b/backend/test/data/get_data.py @@ -44,10 +44,12 @@ def fetch_tours_test_pages(handle, tstamp): if __name__ == '__main__': handle = Http(".cache") + print print "preparing tours-test-data-set : ", datetime.now().strftime("%Y%m%d_%H%M%S") fetch_tours_test_pages(handle, datetime.now().strftime("%Y%m%d_%H%M%S")) - + + print print "preparing inventory-test-data-set : ", datetime.now().strftime("%Y%m%d_%H%M%S") fetch_inventory_test_pages(handle, datetime.now().strftime("%Y%m%d_%H%M%S"))