~ubuntu-branches/ubuntu/raring/cinder/raring-updates

« back to all changes in this revision

Viewing changes to cinder/context.py

Tags: upstream-2013.1~g2
ImportĀ upstreamĀ versionĀ 2013.1~g2

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
        """
60
60
        if kwargs:
61
61
            LOG.warn(_('Arguments dropped when creating context: %s') %
62
 
                    str(kwargs))
 
62
                     str(kwargs))
63
63
 
64
64
        self.user_id = user_id
65
65
        self.project_id = project_id