[conduit/tracker] Gotta fix this importer thing
- From: John Carr <johncarr src gnome org>
- To: svn-commits-list gnome org
- Subject: [conduit/tracker] Gotta fix this importer thing
- Date: Mon, 15 Jun 2009 00:46:00 -0400 (EDT)
commit 70595fc75dd39150dd56df6e2dbd1cb1c33f61fd
Author: John Carr <john carr unrouted co uk>
Date: Mon Jun 15 05:15:57 2009 +0100
Gotta fix this importer thing
.../modules/TrackerModule/tralchemy/namespace.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/conduit/modules/TrackerModule/tralchemy/namespace.py b/conduit/modules/TrackerModule/tralchemy/namespace.py
index 70a3ccb..50e07b4 100644
--- a/conduit/modules/TrackerModule/tralchemy/namespace.py
+++ b/conduit/modules/TrackerModule/tralchemy/namespace.py
@@ -54,7 +54,7 @@ class Importer(object):
if not "tralchemy." in name:
return None
name = name[name.find("tralchemy.")+10:]
- if name in ('namespace', 'core', 'dbus', 'uuid'):
+ if name in ('namespace', 'core', 'dbus', 'uuid', 'sys'):
return None
if '.' in name:
return None
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]