Plugins are now loaded under bzrlib.plugins, not bzrlib.plugin.
Plugins are also made available for other plugins to use by making them accessible via import bzrlib.plugins.NAME. You should not import other plugins during the __init__ of your plugin though, as no ordering is guaranteed, and the plugins directory is not on the python path.