~justin-fathomdb/nova/raw-disk-images

« back to all changes in this revision

Viewing changes to nova/tests/access_unittest.py

  • Committer: Soren Hansen
  • Date: 2010-07-16 16:09:15 UTC
  • mfrom: (139.2.2 remove-vendor)
  • Revision ID: soren.hansen@rackspace.com-20100716160915-pduf64nx3vjj1uxw
MergeĀ lp:~anotherjesse/nova/remove-vendor

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
import unittest
20
20
import logging
21
21
 
22
 
from nova.auth.users import UserManager
23
 
from nova.auth import rbac
24
22
from nova import exception
25
23
from nova import flags
26
24
from nova import test
 
25
from nova.auth.users import UserManager
 
26
from nova.auth import rbac
 
27
 
27
28
 
28
29
FLAGS = flags.FLAGS
29
30
class Context(object):