diff options
author | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 17:35:41 +0200 |
---|---|---|
committer | Antti Ajanki <antti.ajanki@iki.fi> | 2011-03-26 17:35:41 +0200 |
commit | bf656b5de4cf87badfcdfeb5e1923466ccce2ed1 (patch) | |
tree | da058f248faecd9086e4c4aff8fb2a6c6f034ade /src/unittest/testwebvi.py | |
parent | 3dc970ba835f29895fa52af809c33d9eb8969dde (diff) | |
download | vdr-plugin-webvideo-bf656b5de4cf87badfcdfeb5e1923466ccce2ed1.tar.gz vdr-plugin-webvideo-bf656b5de4cf87badfcdfeb5e1923466ccce2ed1.tar.bz2 |
--vfat parameter (plugin, webvi)
Diffstat (limited to 'src/unittest/testwebvi.py')
-rw-r--r-- | src/unittest/testwebvi.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unittest/testwebvi.py b/src/unittest/testwebvi.py index 3257046..34452e2 100644 --- a/src/unittest/testwebvi.py +++ b/src/unittest/testwebvi.py @@ -44,7 +44,7 @@ class TestServiceModules(unittest.TestCase): def setUp(self): webvi.api.set_config(WebviConfig.TEMPLATE_PATH, '../../templates') - self.client = client.WVClient([], {}, {}) + self.client = client.WVClient([], {}, {}, False) def getLinks(self, menuobj): links = [] |