Skip to content

Commit

Permalink
remove unused import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Fulton committed Jul 13, 2015
1 parent 24f035f commit 4724244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/zope/testing/tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
import sys
import re
import unittest
from zope.testing import renormalizing, doctestcase
from zope.testing import renormalizing

def print_(*args):
sys.stdout.write(' '.join(map(str, args))+'\n')
Expand Down

0 comments on commit 4724244

Please sign in to comment.