summaryrefslogtreecommitdiff
path: root/configshell
diff options
context:
space:
mode:
authorAndy Grover <agrover@redhat.com>2012-01-10 13:21:11 -0800
committerAndy Grover <agrover@redhat.com>2012-01-10 13:21:11 -0800
commitf8657829a13b118fc3d845c4a73320a7db4a7cb7 (patch)
tree8c5ce5404433e9173020786e4c350725f06b103d /configshell
parent27d13f1db55f6b309ed67f0d69949e121564aea5 (diff)
downloadconfigshell-fb-f8657829a13b118fc3d845c4a73320a7db4a7cb7.tar.gz
remove epydoc importv1.1.fb4
I put the epydoc import in a try block, but forgot to remove the original import. Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'configshell')
-rw-r--r--configshell/console.py1
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