diff options
Diffstat (limited to 'tools/buildbot/pylibs/zope/interface/tests/dummy.py')
-rw-r--r-- | tools/buildbot/pylibs/zope/interface/tests/dummy.py | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/tools/buildbot/pylibs/zope/interface/tests/dummy.py b/tools/buildbot/pylibs/zope/interface/tests/dummy.py deleted file mode 100644 index f4a4f9d..0000000 --- a/tools/buildbot/pylibs/zope/interface/tests/dummy.py +++ /dev/null @@ -1,25 +0,0 @@ -############################################################################## -# -# Copyright (c) 2001, 2002 Zope Corporation and Contributors. -# All Rights Reserved. -# -# This software is subject to the provisions of the Zope Public License, -# Version 2.1 (ZPL). A copy of the ZPL should accompany this distribution. -# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED -# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED -# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS -# FOR A PARTICULAR PURPOSE. -# -############################################################################## -"""Dummy Module - -$Id$ -""" -from zope.interface import moduleProvides -from zope.interface.tests.ifoo import IFoo -from zope.interface import moduleProvides - -moduleProvides(IFoo) - -def bar(baz): - pass |