diff options
| author | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 17:58:11 +0000 |
|---|---|---|
| committer | Kenneth Anthony Giusti <kgiusti@apache.org> | 2010-01-25 17:58:11 +0000 |
| commit | 6536b1dcdee2da5db3554d47aa1cd694e8cb8f11 (patch) | |
| tree | b027c46ac6fc490d1faeebeb7ea34f5bd63ea752 /qpid/python/qmf2/__init__.py | |
| parent | fadd169527df40c715e549f538d256fc23bab3da (diff) | |
| download | qpid-python-qmfv2.tar.gz | |
QPID-2261: fix path to modules.qmfv2
git-svn-id: https://svn.apache.org/repos/asf/qpid/branches/qmfv2@902894 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/python/qmf2/__init__.py')
| -rw-r--r-- | qpid/python/qmf2/__init__.py | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/qpid/python/qmf2/__init__.py b/qpid/python/qmf2/__init__.py new file mode 100644 index 0000000000..31d5a2ef58 --- /dev/null +++ b/qpid/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. +# |
