summaryrefslogtreecommitdiff
path: root/src/webvicli
diff options
context:
space:
mode:
Diffstat (limited to 'src/webvicli')
-rw-r--r--src/webvicli/webvicli/client.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webvicli/webvicli/client.py b/src/webvicli/webvicli/client.py
index 853d549..78a933d 100644
--- a/src/webvicli/webvicli/client.py
+++ b/src/webvicli/webvicli/client.py
@@ -33,7 +33,7 @@ import webvi.utils
from optparse import OptionParser
from ConfigParser import RawConfigParser
from urlparse import urlparse
-from webvi.constants import WebviRequestType, WebviErr, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
+from webvi.constants import WebviRequestType, WebviOpt, WebviInfo, WebviSelectBitmask, WebviConfig
from . import menu
VERSION = '0.4.1'