diff options
author | Benjamin Berg <bberg@redhat.com> | 2018-07-17 18:06:39 +0200 |
---|---|---|
committer | Benjamin Berg <bberg@redhat.com> | 2018-07-17 18:14:50 +0200 |
commit | 4be526703cfd09294e5be5cb408e6711410c8675 (patch) | |
tree | dc0515fb88ca649b5265695e756337780be85ecf /plugins/xsettings/test.py | |
parent | 0e78e9c11cfb18a8687f0416ffd362ee1172713c (diff) | |
download | gnome-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-x | plugins/xsettings/test.py | 2 |
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>' |