Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian Zagrodnick committed May 7, 2007
1 parent 72cb39a commit d16b961
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/zc/table/tests.py
Expand Up @@ -22,6 +22,7 @@
import zope.schema.interfaces
import zope.app.form.browser


def columnSetUp(test):
placelesssetup.setUp(test)
component.provideAdapter(
Expand All @@ -37,6 +38,7 @@ def columnSetUp(test):
),
zope.app.form.interfaces.IInputWidget)


def fieldColumnSetUp(test):
columnSetUp(test)
component.provideAdapter(
Expand All @@ -61,7 +63,7 @@ def fieldColumnSetUp(test):
zope.schema.interfaces.IVocabularyTokenized,
zope.publisher.interfaces.browser.IBrowserRequest),
zope.app.form.interfaces.IDisplayWidget)


def test_suite():
from zope.testing import doctest
Expand All @@ -83,4 +85,3 @@ def test_suite():

if __name__ == '__main__':
unittest.main(defaultTest='test_suite')

0 comments on commit d16b961

Please sign in to comment.