From 31c88362545f79f49441f74fe8f74e11f5d682a1 Mon Sep 17 00:00:00 2001 From: Joseph Coffland Date: Tue, 26 Dec 2017 14:26:49 -0800 Subject: [PATCH] Explicitly call python2 --- FAHControl | 4 ++-- fah/Connection.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/FAHControl b/FAHControl index 3705dfa..4d1de46 100755 --- a/FAHControl +++ b/FAHControl @@ -1,7 +1,7 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ''' Folding@Home Client Control (FAHControl) - Copyright (C) 2010-2013 Stanford University + Copyright (C) 2010-2018 Stanford University This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by diff --git a/fah/Connection.py b/fah/Connection.py index 273fe3a..c94b0ab 100755 --- a/fah/Connection.py +++ b/fah/Connection.py @@ -1,4 +1,4 @@ -#!/usr/bin/env python +#!/usr/bin/env python2 ''' Folding@Home Client Control (FAHControl) Copyright (C) 2010-2016 Stanford University