Opened 14 years ago

Last modified 14 years ago

#7574 closed defect

Wrong import statement in screenshot plugin core — at Initial Version

Reported by: anonymous Owned by: Radek Bartoň
Priority: normal Component: ScreenshotsPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

beastsoft:0.11#svn diff Index: tracscreenshots/core.py =================================================================== --- tracscreenshots/core.py (revision 8503) +++ tracscreenshots/core.py (working copy) @@ -1,9 +1,10 @@

# -*- coding: utf-8 -*-

-import sys, re, os, os.path, shutil, mimetypes, unicodedata, Image, ImageOps +import sys, re, os, os.path, shutil, mimetypes, unicodedata

from datetime import * from zipfile import * from StringIO import *

+from PIL import Image, ImageOps

# Deprecated as for Python 2.6. try:

Change History (0)

Note: See TracTickets for help on using tickets.