Skip to content

Commit

Permalink
Drop ancient SVN markers
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Jun 5, 2016
1 parent f05a91b commit 3e5ffc3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
7 changes: 3 additions & 4 deletions src/z3c/batching/interfaces.py
Expand Up @@ -11,14 +11,13 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Batching Support
"""Batching Support """

$Id$
"""
__docformat__ = 'restructuredtext'
from zope.interface.common import sequence
import zope.schema

__docformat__ = 'restructuredtext'


class IBatch(sequence.IFiniteSequence):
"""A Batch represents a sub-list of the full sequence.
Expand Down
8 changes: 3 additions & 5 deletions src/z3c/batching/tests.py
Expand Up @@ -11,16 +11,14 @@
# FOR A PARTICULAR PURPOSE.
#
##############################################################################
"""Tag test setup
$Id$
"""
__docformat__ = "reStructuredText"
"""Tag test setup"""

import doctest
import unittest
from z3c.batching import batch

__docformat__ = "reStructuredText"


def test_suite():
return unittest.TestSuite((
Expand Down

0 comments on commit 3e5ffc3

Please sign in to comment.