From 8dff4d3ff795dfa3e71e7e43f31c95a5858a5639 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 28 May 2011 10:53:45 +0300 Subject: Clean up unused imports. --- src/webvicli/webvicli/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/webvicli') 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' -- cgit v1.2.3