diff --git a/plugins/PluginDownloader/test.py b/plugins/PluginDownloader/test.py index 5c23f7908..526cea7cd 100644 --- a/plugins/PluginDownloader/test.py +++ b/plugins/PluginDownloader/test.py @@ -92,5 +92,8 @@ class PluginDownloaderTestCase(PluginTestCase): self.assertNotError('plugindownloader install SpiderDave Pastebin') self._testPluginInstalled('Pastebin') +if not network: + class PluginDownloaderTestCase(PluginTestCase): + pass # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: