Advertisement
Guest User

Untitled

a guest
Apr 18th, 2015
191
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. setattr(self, k,
  2. pacific_timezone.localize(db_row[k]) if hasattr(db_row[k], 'utcnow')
  3. else db_row[k])
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement