pychecker fixes, minor bugs in image handing

svn: r540
This commit is contained in:
Don Allingham
2001-11-02 17:46:33 +00:00
parent 5b39f24e89
commit 1183e771f0
38 changed files with 390 additions and 390 deletions

View File

@@ -32,8 +32,8 @@ import os
# internationalization
#
#-------------------------------------------------------------------------
import intl
_ = intl.gettext
from intl import gettext
_ = gettext
#-------------------------------------------------------------------------
#