Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 471530 | Differences between
and this patch

Collapse All | Expand All

(-)cropgui.orig/cropgui_common.py (-3 / +3 lines)
Lines 13-21 Link Here
13
#    You should have received a copy of the GNU General Public License
13
#    You should have received a copy of the GNU General Public License
14
#    along with this program; if not, write to the Free Software
14
#    along with this program; if not, write to the Free Software
15
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
15
#    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
16
import Image
16
import PIL.Image
17
import ImageFilter
17
import PIL.ImageFilter
18
import ImageDraw
18
import PIL.ImageDraw
19
import subprocess
19
import subprocess
20
import threading
20
import threading
21
import Queue
21
import Queue
(-)cropgui.orig/filechooser.py (-1 / +1 lines)
Lines 8-14 Link Here
8
import gobject
8
import gobject
9
9
10
import os
10
import os
11
import Image
11
import PIL.Image
12
12
13
HIGH_WATER, LOW_WATER = 25, 5
13
HIGH_WATER, LOW_WATER = 25, 5
14
image_cache = {}
14
image_cache = {}

Return to bug 471530