Skip to content

Commit

Permalink
Backported
Browse files Browse the repository at this point in the history
r26567 | srichter | 2004-07-16 02:58:27 -0400 (Fri, 16 Jul 2004) | 2 lines
r26570 | srichter | 2004-07-16 03:54:40 -0400 (Fri, 16 Jul 2004) | 3 lines
  • Loading branch information
strichter committed Aug 12, 2004
0 parents commit 9b2ef4a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions __init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
##############################################################################
#
# Copyright (c) 2004 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.
#
##############################################################################
"""Zope Application debugger package
$Id$
"""
from zope.app.debug.debug import Debugger

0 comments on commit 9b2ef4a

Please sign in to comment.