update regex filter to py3

This commit is contained in:
Yann Leboulanger
2013-01-27 19:52:47 +01:00
parent e3b08b6cb7
commit 612a6662fa
2 changed files with 3 additions and 3 deletions

View File

@@ -1 +1 @@
from regex_filter import RegexFilterPlugin
from .regex_filter import RegexFilterPlugin

View File

@@ -1,8 +1,8 @@
[info]
name: Regex Filter
short_name: regex_filter
version: 0.2.3
version: 0.3
description: Filter incoming messages using regex.
authors: Yann Leboulanger <asterix@lagaule.org>
homepage: http://trac-plugins.gajim.org/wiki/RegexFilterPlugin
max_gajim_version: 0.15.9
min_gajim_version: 0.15.10