diff options
author | Rafael H. Schloming <rhs@apache.org> | 2010-07-13 16:33:24 +0000 |
---|---|---|
committer | Rafael H. Schloming <rhs@apache.org> | 2010-07-13 16:33:24 +0000 |
commit | 9e051d47b7d5b889e53348fe62465e97bcbac830 (patch) | |
tree | a67ed5612c4de0d420006002a32b37e633f9b496 /python/examples/headers/verify | |
parent | 5bee535ea193f5f5fd65d5fe0ebf30c825216d96 (diff) | |
download | qpid-python-9e051d47b7d5b889e53348fe62465e97bcbac830.tar.gz |
removed old python examples
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@963786 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'python/examples/headers/verify')
-rw-r--r-- | python/examples/headers/verify | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/python/examples/headers/verify b/python/examples/headers/verify deleted file mode 100644 index 5fe96c5c23..0000000000 --- a/python/examples/headers/verify +++ /dev/null @@ -1,22 +0,0 @@ -# -# 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. -# - -# See https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid/bin/verify -clients ./declare_queues.py ./headers_producer.py ./headers_consumer.py -outputs ./declare_queues.py.out ./headers_producer.py.out ./headers_consumer.py.out |