diff options
| author | Rajaram Mallya <rajarammallya@gmail.com> | 2011-09-07 17:07:19 +0530 |
|---|---|---|
| committer | Rajaram Mallya <rajarammallya@gmail.com> | 2011-09-07 17:07:19 +0530 |
| commit | 2a529c6cb7cfed08a7afe8fc0f8249bc9bdb2621 (patch) | |
| tree | cfd35e1300ccfba21740cb6aacd2f3bd607530bf /tests/unit/extensions/__init__.py | |
| parent | 96b9a548521cefb7c1b7dd5229c89b8fec53de85 (diff) | |
Vinkesh/Rajaram|Added nova's extension framework into common and tests for it
Diffstat (limited to 'tests/unit/extensions/__init__.py')
| -rw-r--r-- | tests/unit/extensions/__init__.py | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/unit/extensions/__init__.py b/tests/unit/extensions/__init__.py new file mode 100644 index 0000000..848908a --- /dev/null +++ b/tests/unit/extensions/__init__.py @@ -0,0 +1,15 @@ +# vim: tabstop=4 shiftwidth=4 softtabstop=4 + +# Copyright 2011 OpenStack LLC +# +# Licensed under the Apache License, Version 2.0 (the "License"); you may +# not use this file except in compliance with the License. You may obtain +# a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, software +# distributed under the License is distributed on an "AS IS" BASIS, WITHOUT +# WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the +# License for the specific language governing permissions and limitations +# under the License. |
