diff options
author | termie <github@anarkystic.com> | 2011-01-30 16:04:52 -0800 |
---|---|---|
committer | termie <github@anarkystic.com> | 2011-01-30 16:04:52 -0800 |
commit | 701c71999a135996575dd76a7171eb707b4d74ef (patch) | |
tree | af34d6215ee045fb132985e5a5c355ed93797ae4 /nova/context.py | |
parent | f76a0a9d4d8aa3d8cc2669da1a8eea7d610a8616 (diff) | |
download | nova-701c71999a135996575dd76a7171eb707b4d74ef.tar.gz nova-701c71999a135996575dd76a7171eb707b4d74ef.tar.xz nova-701c71999a135996575dd76a7171eb707b4d74ef.zip |
woops
Diffstat (limited to 'nova/context.py')
-rw-r--r-- | nova/context.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nova/context.py b/nova/context.py index 76e46703a..0256bf448 100644 --- a/nova/context.py +++ b/nova/context.py @@ -52,7 +52,7 @@ class RequestContext(object): self.read_deleted = read_deleted self.remote_address = remote_address if not timestamp: - timestampe = utils.utcnow() + timestamp = utils.utcnow() if isinstance(timestamp, str) or isinstance(timestamp, unicode): timestamp = utils.parse_isotime(timestamp) self.timestamp = timestamp |