diff options
author | Julien Valroff <julien@kirya.net> | 2012-06-15 07:43:56 +0200 |
---|---|---|
committer | Julien Valroff <julien@kirya.net> | 2012-06-15 07:43:56 +0200 |
commit | d6033c914c071aa57ac8ea4ccb03a55bd0506a3a (patch) | |
tree | 3b45e48a065b0fe4e31f326d07c3d61782583699 /rapid/thumbnail.py | |
parent | 05e7b52a1f94a40996f2619ad9db8bbdb1518497 (diff) |
Imported Upstream version 0.4.4upstream/0.4.4
Diffstat (limited to 'rapid/thumbnail.py')
-rw-r--r-- | rapid/thumbnail.py | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/rapid/thumbnail.py b/rapid/thumbnail.py index 404c18b..69a6cf7 100644 --- a/rapid/thumbnail.py +++ b/rapid/thumbnail.py @@ -1,7 +1,7 @@ #!/usr/bin/python # -*- coding: latin1 -*- -### Copyright (C) 2011 Damon Lynch <damonlynch@gmail.com> +### Copyright (C) 2011-2012 Damon Lynch <damonlynch@gmail.com> ### 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 @@ -15,7 +15,8 @@ ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software -### Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +### Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 +### USA import multiprocessing import types |