summaryrefslogtreecommitdiff
path: root/plugins/xsettings/test.py
diff options
context:
space:
mode:
authorBenjamin Berg <bberg@redhat.com>2018-07-17 18:06:39 +0200
committerBenjamin Berg <bberg@redhat.com>2018-07-17 18:14:50 +0200
commit4be526703cfd09294e5be5cb408e6711410c8675 (patch)
treedc0515fb88ca649b5265695e756337780be85ecf /plugins/xsettings/test.py
parent0e78e9c11cfb18a8687f0416ffd362ee1172713c (diff)
downloadgnome-settings-daemon-benzea/python3-update.tar.gz
tests: Port to python 3benzea/python3-update
Port the test suite to python 3. Fixes #65
Diffstat (limited to 'plugins/xsettings/test.py')
-rwxr-xr-xplugins/xsettings/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/xsettings/test.py b/plugins/xsettings/test.py
index 06246846..e1bd9407 100755
--- a/plugins/xsettings/test.py
+++ b/plugins/xsettings/test.py
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/python3
'''GNOME settings daemon tests for xsettings plugin.'''
__author__ = 'Bastien Nocera <hadess@hadess.net>'