* src/Plugins.py, src/PluginMgr.py: Move to ReportUtils.

svn: r6133
This commit is contained in:
Alex Roitman
2006-03-11 01:12:06 +00:00
parent 4521959d93
commit 199a9b7616
91 changed files with 321 additions and 375 deletions

View File

@@ -56,6 +56,7 @@ import Errors
import RelLib
import const
from QuestionDialog import ErrorDialog
from PluginUtils import register_import
#-------------------------------------------------------------------------
#
@@ -219,7 +220,6 @@ class VCardParser:
#
#
#-------------------------------------------------------------------------
from PluginMgr import register_import
_mime_type = const.app_vcard
for mime in _mime_type:
_filter = gtk.FileFilter()