diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 18:17:10 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 18:17:10 +0000 |
| commit | 5395ddf86cbf6911d372a759cba4f0a755671f48 (patch) | |
| tree | f3db3c73e1fe29637b821ac7ddf720d56cec52a6 /python/qmf2/__init__.py | |
| parent | d008caab4af49047f9771b4a67dc9c283309a79d (diff) | |
| download | qpid-python-5395ddf86cbf6911d372a759cba4f0a755671f48.tar.gz | |
QPID-2261: merge qmfv2 latest into trunk (revs 902858 & 902894)
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@902906 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/qmf2/__init__.py')
| -rw-r--r-- | python/qmf2/__init__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/python/qmf2/__init__.py b/python/qmf2/__init__.py new file mode 100644 index 0000000000..31d5a2ef58 --- /dev/null +++ b/python/qmf2/__init__.py @@ -0,0 +1,18 @@ +# +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you 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. +# |
