summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeinrich Wendel <h_wendel@cojobo.net>2008-08-07 17:10:01 +0000
committerHeinrich Wendel <h_wendel@cojobo.net>2008-08-07 17:10:01 +0000
commit0c7e6ef15a196a3a6ff3c0508c35195104115160 (patch)
treefeb9626aaaa99616fd5f7ac0190b2ea95474e957
parentd162ff582ba8684caeedac1c6bdff38b8767e934 (diff)
fix path
-rw-r--r--AUTHORS3
-rw-r--r--ChangeLog5
-rw-r--r--setup.py3
-rwxr-xr-xtest/test-desktop-write.py2
-rwxr-xr-xtest/test-desktop.py2
-rwxr-xr-xtest/test-icon.py2
6 files changed, 10 insertions, 7 deletions
diff --git a/AUTHORS b/AUTHORS
index f63cc84..241cca8 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,8 @@
Current Maintainer:
Heinrich Wendel <h_wendel@cojobo.net>
+Autostart specification implementation by:
+Dana Jansens <danakj@orodu.net>
+
Inactive:
Sergey Kuleshov <svyatogor@gentoo.org>
diff --git a/ChangeLog b/ChangeLog
index bad2ed8..372e4e9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,9 +2,8 @@ Version 0.16
2008-03-02 Heinrich Wendel <h_wendel@cojobo.net>
* IniFile.py: Fix saving of relative filenames
- * IniFile.py: Fix __cmp__ method
-
-
+ * IniFile.py, DesktopEntry.py: Fix __cmp__ method
+ * IniFile.py, IconTheme.py: Better error handling
Version 0.15
diff --git a/setup.py b/setup.py
index 95e97fb..d574349 100644
--- a/setup.py
+++ b/setup.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
from distutils.core import setup
@@ -10,3 +10,4 @@ setup( name = "pyxdg",
url = "http://cvs.freedesktop.org/cgi-bin/viewcvs.cgi/pyxdg/",
packages = ['xdg'],
license = "LGPL-2")
+
diff --git a/test/test-desktop-write.py b/test/test-desktop-write.py
index 73a7c1c..0dfa197 100755
--- a/test/test-desktop-write.py
+++ b/test/test-desktop-write.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
from xdg.DesktopEntry import *
import os, sys
diff --git a/test/test-desktop.py b/test/test-desktop.py
index 8304b62..0e3c823 100755
--- a/test/test-desktop.py
+++ b/test/test-desktop.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
from xdg.DesktopEntry import *
import os, sys
diff --git a/test/test-icon.py b/test/test-icon.py
index 9a23d18..cc007d2 100755
--- a/test/test-icon.py
+++ b/test/test-icon.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python
from xdg.IconTheme import *
print getIconPath("opera")