diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2011-05-28 10:53:45 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-05-29 18:12:27 +0300 |
| commit | 8dff4d3ff795dfa3e71e7e43f31c95a5858a5639 (patch) | |
| tree | 0122e34c89a74913516fe43841da4ed54cdc06f1 /src/webvicli | |
| parent | 7c8ba24916e0ba8f203b02bb6d92ad463b600c08 (diff) | |
| download | vdr-plugin-webvideo-8dff4d3ff795dfa3e71e7e43f31c95a5858a5639.tar.gz vdr-plugin-webvideo-8dff4d3ff795dfa3e71e7e43f31c95a5858a5639.tar.bz2 | |
Clean up unused imports.
Diffstat (limited to 'src/webvicli')
| -rw-r--r-- | src/webvicli/webvicli/client.py | 2 |
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' |
