summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzrignore1
-rw-r--r--eog/zeitgeist_plugin.py2
-rw-r--r--rhythmbox/__init__.py21
3 files changed, 22 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore
new file mode 100644
index 0000000..f51599b
--- /dev/null
+++ b/.bzrignore
@@ -0,0 +1 @@
+rhythmbox/zeitgeist
diff --git a/eog/zeitgeist_plugin.py b/eog/zeitgeist_plugin.py
index e1e7ee1..71977fa 100644
--- a/eog/zeitgeist_plugin.py
+++ b/eog/zeitgeist_plugin.py
@@ -21,7 +21,7 @@ import eog
import gobject
import time
-from zeitgeist.dbusutils import ZeitgeistClient
+from zeitgeist.client import ZeitgeistClient
from zeitgeist.datamodel import Event, Subject, Interpretation, Manifestation
try:
diff --git a/rhythmbox/__init__.py b/rhythmbox/__init__.py
index 40fb047..225b6cd 100644
--- a/rhythmbox/__init__.py
+++ b/rhythmbox/__init__.py
@@ -1,8 +1,27 @@
+# -.- coding: utf-8 -.-
+
+# Zeitgeist
+#
+# Copyright © 2009 Markus Korn <thekorn@gmx.de>
+#
+# This program is free software: you can redistribute it and/or modify
+# it under the terms of the GNU Lesser General Public License as published by
+# the Free Software Foundation, either version 3 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+# GNU Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public License
+# along with this program. If not, see <http://www.gnu.org/licenses/>.
+
import rb
import rhythmdb
import time
-from zeitgeist.dbusutils import ZeitgeistClient
+from zeitgeist.client import ZeitgeistClient
from zeitgeist.datamodel import Event, Subject, Interpretation, Manifestation
try: