From 7fc995c3cfc78d0696f44dddce628aba513ef5fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Bethmont?= Date: Mon, 22 Feb 2010 11:34:11 +0800 Subject: [PATCH] fixed a typo --- __init__.py | 2 +- psdparser.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/__init__.py b/__init__.py index 060a53b..2fa55cb 100644 --- a/__init__.py +++ b/__init__.py @@ -13,6 +13,6 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Psdparser. If not, see . from psdparser import * diff --git a/psdparser.py b/psdparser.py index f701c19..d3d4796 100644 --- a/psdparser.py +++ b/psdparser.py @@ -13,7 +13,7 @@ # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License -# along with Foobar. If not, see . +# along with Psdparser. If not, see . import logging import math