I put the epydoc import in a try block, but forgot to remove the original import. Signed-off-by: Andy Grover <agrover@xxxxxxxxxx> --- configshell/console.py | 1 - 1 files changed, 0 insertions(+), 1 deletions(-) diff --git a/configshell/console.py b/configshell/console.py index b8dd2e5..109c5a9 100644 --- a/configshell/console.py +++ b/configshell/console.py @@ -22,7 +22,6 @@ import prefs import struct import textwrap from fcntl import ioctl -import epydoc.markup.epytext from termios import TIOCGWINSZ, TCSADRAIN, tcsetattr, tcgetattr # avoid requiring epydoc at runtime -- 1.7.1 -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html