Browse Source

use python2

pull/9/merge
Simon 15 years ago
parent
commit
2575f22baa
  1. 2
      pywiUpload.py
  2. 4
      pywiupload/ftp.py
  3. 4
      pywiupload/image.py
  4. 4
      pywiupload/utils.py
  5. 2
      runtests.py

2
pywiUpload.py

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# -*- coding:utf-8 -*-
# pywiUpload - Piwigo gallery generator

4
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

4
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

4
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

2
runtests.py

@ -1,4 +1,4 @@
#! /usr/bin/env python
#! /usr/bin/env python2
# -*- coding:utf-8 -*-
# pywiUpload - Piwigo gallery generator

Loading…
Cancel
Save