Skip to content

Commit

Permalink
updated get_data.py
Browse files Browse the repository at this point in the history
  • Loading branch information
phoenix24 committed Mar 9, 2012
1 parent 6d48f0d commit d56e486
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion backend/test/data/get_data.py
Expand Up @@ -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"))

0 comments on commit d56e486

Please sign in to comment.