Skip to content

Commit

Permalink
Avoid deprecation warning from zope.testing.doctest.
Browse files Browse the repository at this point in the history
  • Loading branch information
mgedmin committed Mar 26, 2010
1 parent 5c16364 commit 475c3e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGES.txt
Expand Up @@ -5,7 +5,7 @@ CHANGES
3.5.7 (unreleased)
------------------

-
- Avoid deprecation warning from zope.testing.doctest.

3.5.6 (2008-10-13)
------------------
Expand Down
2 changes: 1 addition & 1 deletion src/zope/app/testing/functional.py
Expand Up @@ -25,6 +25,7 @@
import sys
import traceback
import unittest
import doctest
from StringIO import StringIO
from Cookie import SimpleCookie
from transaction import abort, commit
Expand All @@ -37,7 +38,6 @@
from zope.publisher.http import HTTPRequest
from zope.publisher.publish import publish
from zope.security.interfaces import Forbidden, Unauthorized
from zope.testing import doctest

import zope.app.appsetup.product
import zope.app.testing.setup
Expand Down

0 comments on commit 475c3e4

Please sign in to comment.