Commit 7b5f82f2 authored by Fred Drake's avatar Fred Drake

Remove unused import.

parent 1bc7956e
...@@ -19,7 +19,7 @@ This uses Vinay Sajip's PEP 282 logging module. ...@@ -19,7 +19,7 @@ This uses Vinay Sajip's PEP 282 logging module.
__version__='$Revision$'[11:-2] __version__='$Revision$'[11:-2]
import os, sys, time import os, time
try: try:
import textwrap import textwrap
except ImportError: except ImportError:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment