~ubuntu-branches/ubuntu/trusty/python-keystoneclient/trusty-proposed

« back to all changes in this revision

Viewing changes to python_keystoneclient.egg-info/SOURCES.txt

  • Committer: Package Import Robot
  • Author(s): Chuck Short
  • Date: 2013-01-18 07:44:54 UTC
  • mfrom: (1.1.17)
  • Revision ID: package-import@ubuntu.com-20130118074454-g7w5blpynohn1s48
Tags: 1:0.2.2-0ubuntu1
New upstream release.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
.gitignore
3
3
.gitreview
4
4
AUTHORS
 
5
ChangeLog
5
6
HACKING
6
7
LICENSE
7
8
MANIFEST.in
60
61
keystoneclient/contrib/__init__.py
61
62
keystoneclient/contrib/bootstrap/__init__.py
62
63
keystoneclient/contrib/bootstrap/shell.py
 
64
keystoneclient/contrib/ec2/__init__.py
 
65
keystoneclient/contrib/ec2/utils.py
63
66
keystoneclient/generic/__init__.py
64
67
keystoneclient/generic/client.py
65
68
keystoneclient/generic/shell.py
89
92
keystoneclient/v3/credentials.py
90
93
keystoneclient/v3/domains.py
91
94
keystoneclient/v3/endpoints.py
 
95
keystoneclient/v3/groups.py
92
96
keystoneclient/v3/policies.py
93
97
keystoneclient/v3/projects.py
94
98
keystoneclient/v3/roles.py
106
110
tests/test_auth_token_middleware.py
107
111
tests/test_base.py
108
112
tests/test_client.py
 
113
tests/test_ec2utils.py
109
114
tests/test_http.py
110
115
tests/test_https.py
111
116
tests/test_service_catalog.py
126
131
tests/v3/test_credentials.py
127
132
tests/v3/test_domains.py
128
133
tests/v3/test_endpoints.py
 
134
tests/v3/test_groups.py
129
135
tests/v3/test_policies.py
130
136
tests/v3/test_projects.py
131
137
tests/v3/test_roles.py