1
0
Fork 0

fixup: rfkill base

This commit is contained in:
Jan Vcelak 2012-05-11 16:17:20 +02:00
parent d2f680d65f
commit e2cf4b13b6

View file

@ -1,9 +1,11 @@
import base
import repository
import rfkill
__all__ = ["repository", "get_repository", "Plugin"]
__all__ = ["repository", "get_repository", "Plugin", "RFKillPlugin"]
def get_repository():
return repository.PluginRepository.get_instance()
Plugin = base.Plugin
RFKillPlugin = rfkill.RFKillPlugin