Skip to content

Commit

Permalink
Remove CVS cruft and a "from __future__ import nested_scopes" import
Browse files Browse the repository at this point in the history
  • Loading branch information
hannosch committed Jun 5, 2010
1 parent 69edb47 commit 3564eb9
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 16 deletions.
2 changes: 0 additions & 2 deletions src/zExceptions/ExceptionFormatter.py
Expand Up @@ -13,8 +13,6 @@
##############################################################################
"""An exception formatter that shows traceback supplements and traceback info,
optionally in HTML.
$Id$
"""

import sys
Expand Down
2 changes: 0 additions & 2 deletions src/zExceptions/ITracebackSupplement.py
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""ITracebackSupplement interface definition.
$Id$
"""


Expand Down
2 changes: 0 additions & 2 deletions src/zExceptions/__init__.py
Expand Up @@ -14,8 +14,6 @@
These exceptions are so general purpose that they don't belong in Zope
application-specific packages.
$Id$
"""

from types import ClassType
Expand Down
5 changes: 0 additions & 5 deletions src/zExceptions/tests/testExceptionFormatter.py
Expand Up @@ -13,13 +13,8 @@
##############################################################################
"""
ExceptionFormatter tests.
Revision information:
$Id$
"""

from __future__ import nested_scopes

from unittest import TestCase, TestSuite, main, makeSuite

try:
Expand Down
2 changes: 0 additions & 2 deletions src/zExceptions/tests/test_unauthorized.py
Expand Up @@ -12,8 +12,6 @@
#
##############################################################################
"""Unit tests for unauthorized module.
$Id$
"""

import unittest
Expand Down
3 changes: 0 additions & 3 deletions src/zExceptions/unauthorized.py
Expand Up @@ -10,9 +10,6 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""
$Id$
"""

from zope.interface import implements
from zope.security.interfaces import IUnauthorized
Expand Down

0 comments on commit 3564eb9

Please sign in to comment.