X-Git-Url: http://git.kaliko.me/?a=blobdiff_plain;f=launch;h=e4c44b5c8207fcd30c70024ecb73fab985e2cb9f;hb=e09e76d41b2f041de935e9e884009e3187005ab9;hp=bf841291a345b87afe03cd4914e35be2b819fe6d;hpb=c1bda032095902bdcd183c530a9c4de28f3c828a;p=mpd-sima.git diff --git a/launch b/launch index bf84129..e4c44b5 100755 --- a/launch +++ b/launch @@ -8,7 +8,7 @@ import logging import sys from importlib import __import__ -from os.path import isfile, basename +from os.path import isfile ## # third parties components @@ -27,10 +27,11 @@ from sima.plugins.crop import Crop from sima.plugins.addhist import History from sima.plugins.lastfm import Lastfm from sima.plugins.mpd import MpdOptions +from sima.plugins.randomfallback import RandomFallBack # official plugins to start PLUGINS = (Crop, History, MpdOptions, - Lastfm) + Lastfm, RandomFallBack) def load_contrib_plugins(sima):