### # Copyright (c) 2012, Dan # All rights reserved. # # ### from supybot.test import * class IMDbTestCase(PluginTestCase): plugins = ('IMDb',) # vim:set shiftwidth=4 tabstop=4 expandtab textwidth=79: