summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorIvan Frade <ivan.frade@nokia.com>2010-06-02 16:15:35 +0300
committerIvan Frade <ivan.frade@nokia.com>2010-06-02 16:15:35 +0300
commit2be6bdaf08440a78e87996f1798dc3e4a23aba2b (patch)
treeb4be1a621fc6ff9b88b7b43cd87cb42a8c83b6ba /examples
parent4e26ef062015c76dd658969b7aded039caa308ed (diff)
downloadtracker-2be6bdaf08440a78e87996f1798dc3e4a23aba2b.tar.gz
Use python instead of python2.5 in the scripts
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/rss-reader/main.py2
-rwxr-xr-xexamples/rss-reader/signaler.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/rss-reader/main.py b/examples/rss-reader/main.py
index c5547fada..9a2e7c122 100755
--- a/examples/rss-reader/main.py
+++ b/examples/rss-reader/main.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
#
# Demo RSS client using tracker as backend
# Copyright (C) 2009, Nokia <ivan.frade@nokia.com>
diff --git a/examples/rss-reader/signaler.py b/examples/rss-reader/signaler.py
index 974777a44..b729bff4d 100755
--- a/examples/rss-reader/signaler.py
+++ b/examples/rss-reader/signaler.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.5
+#!/usr/bin/env python
#
# Demo RSS provider simulator
# Copyright (C) 2009, Nokia <ivan.frade@nokia.com>