openbsd-ports/net/emesene/patches/patch-plugins_base___init___py
wcmaier 2bfb83ab6e Import emesene (not linked to build).
The emesene Windows Live Messenger client supports tabbed chat,
custom emoticons, file transfers, offline messaging, personal
messages, nudges and MSN Plus!. The multilingual GUI can be extended
through customization including themes, smilies, sounds and tweaks
to the conversation format.

requested by and 'please commit' robert@
2008-07-10 13:22:41 +00:00

13 lines
515 B
Plaintext

$OpenBSD: patch-plugins_base___init___py,v 1.1.1.1 2008/07/10 13:22:41 wcmaier Exp $
--- plugins_base/__init__.py.orig Tue Jul 8 07:45:36 2008
+++ plugins_base/__init__.py Tue Jul 8 07:45:40 2008
@@ -16,7 +16,7 @@
# along with emesene; if not, write to the Free Software
# Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
-import emesenecommon as ec
+from emesene import emesenecommon as ec
if __name__ == ec.PLUGINS_HOME:
__path__.append( ec.PLUGIN_SYSTEM_WIDE_PATH )