summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorHeinrich Wendel <h_wendel@cojobo.net>2008-03-02 13:47:54 +0000
committerHeinrich Wendel <h_wendel@cojobo.net>2008-03-02 13:47:54 +0000
commit322eaceb197ee545e577aadbecc24c390526b776 (patch)
tree7bbc8ac25f30078a0f7c23e9a69494cc75d9f764 /test
parent60ebf79ff7a3f221995f8f3eea96e65d389673f4 (diff)
small fixes
Diffstat (limited to 'test')
-rwxr-xr-xtest/test-desktop-write.py2
-rwxr-xr-xtest/test-desktop.py2
-rwxr-xr-xtest/test-icon.py2
3 files changed, 3 insertions, 3 deletions
diff --git a/test/test-desktop-write.py b/test/test-desktop-write.py
index 467582e..73a7c1c 100755
--- a/test/test-desktop-write.py
+++ b/test/test-desktop-write.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
from xdg.DesktopEntry import *
import os, sys
diff --git a/test/test-desktop.py b/test/test-desktop.py
index b99313e..9409cf9 100755
--- a/test/test-desktop.py
+++ b/test/test-desktop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
from xdg.DesktopEntry import *
import os, sys
diff --git a/test/test-icon.py b/test/test-icon.py
index 70827fe..9a23d18 100755
--- a/test/test-icon.py
+++ b/test/test-icon.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2
+#!/usr/bin/env python
from xdg.IconTheme import *
print getIconPath("opera")