Advertisement
Guest User

Untitled

a guest
Dec 5th, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.24 KB | None | 0 0
  1. report = {
  2.     'server_count_per_day': OrderedDict(),
  3.     # These are ordered dicts because otherwise the dates end up out of order.
  4.     'automation_count_per_day': OrderedDict(),
  5.     'total_server_cost': 0,
  6.     'total_automation_cost': 0,
  7.     'total': 0,
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement