From 2575f22baa658d3966ca50928c1c777ee950c177 Mon Sep 17 00:00:00 2001 From: Simon Date: Sat, 9 Apr 2011 22:03:58 +0200 Subject: [PATCH] use python2 --- pywiUpload.py | 2 +- pywiupload/ftp.py | 4 ++-- pywiupload/image.py | 4 ++-- pywiupload/utils.py | 4 ++-- runtests.py | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/pywiUpload.py b/pywiUpload.py index 7a55e2c..fc9592d 100755 --- a/pywiUpload.py +++ b/pywiUpload.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding:utf-8 -*- # pywiUpload - Piwigo gallery generator diff --git a/pywiupload/ftp.py b/pywiupload/ftp.py index d5af3b0..80af4bc 100644 --- a/pywiupload/ftp.py +++ b/pywiupload/ftp.py @@ -1,8 +1,8 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding:utf-8 -*- # pywiUpload - Piwigo gallery generator -# Copyright (C) 2009 - saimon.org +# Copyright (C) 2009, 2011 - saimon.org # # 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/pywiupload/image.py b/pywiupload/image.py index 4c68a76..5933125 100644 --- a/pywiupload/image.py +++ b/pywiupload/image.py @@ -1,8 +1,8 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding:utf-8 -*- # pywiUpload - Piwigo gallery generator -# Copyright (C) 2009-2010 Simon - saimon.org +# Copyright (C) 2009-2011 Simon - saimon.org # # 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/pywiupload/utils.py b/pywiupload/utils.py index b2fb812..ef30175 100644 --- a/pywiupload/utils.py +++ b/pywiupload/utils.py @@ -1,8 +1,8 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding:utf-8 -*- # pywiUpload - Piwigo gallery generator -# Copyright (C) 2009-2010 Simon - saimon.org +# Copyright (C) 2009-2011 Simon - saimon.org # # 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/runtests.py b/runtests.py index da0a3da..547ce37 100755 --- a/runtests.py +++ b/runtests.py @@ -1,4 +1,4 @@ -#! /usr/bin/env python +#! /usr/bin/env python2 # -*- coding:utf-8 -*- # pywiUpload - Piwigo gallery generator