diff options
| author | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-02 15:10:55 -0400 |
|---|---|---|
| committer | Michael Gundlach <michael.gundlach@rackspace.com> | 2010-09-02 15:10:55 -0400 |
| commit | 0fa141a231107da931c396f113b00329d63ee430 (patch) | |
| tree | 498566cd3e07cf49a97a9496b1f3c512dfaf6d50 /nova/api | |
| parent | 9fc2bb60f1b280e9bf28d68c20f04de2130bd398 (diff) | |
| download | nova-0fa141a231107da931c396f113b00329d63ee430.tar.gz nova-0fa141a231107da931c396f113b00329d63ee430.tar.xz nova-0fa141a231107da931c396f113b00329d63ee430.zip | |
Remove unused APIRequestContext.handler
Diffstat (limited to 'nova/api')
| -rw-r--r-- | nova/api/ec2/context.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/nova/api/ec2/context.py b/nova/api/ec2/context.py index fb3118020..f69747622 100644 --- a/nova/api/ec2/context.py +++ b/nova/api/ec2/context.py @@ -23,8 +23,7 @@ APIRequestContext import random class APIRequestContext(object): - def __init__(self, handler, user, project): - self.handler = handler + def __init__(self, user, project): self.user = user self.project = project self.request_id = ''.join( |
