From: vunhat_minh Date: Fri, 6 Jun 2014 11:18:23 +0000 (+0900) Subject: clean up X-Git-Url: https://vcs.fsf.org/?p=rainbowstream.git;a=commitdiff_plain;h=0418d4438a6d413aacdb630b8a0bcbbc76a23e0e clean up --- diff --git a/external/Grapefruit b/external/Grapefruit deleted file mode 160000 index 84fc0d3..0000000 --- a/external/Grapefruit +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 84fc0d3c6240de47b57527c1a8f3ef0e8dfc6984 diff --git a/external/fabulous b/external/fabulous deleted file mode 160000 index bc6de0f..0000000 --- a/external/fabulous +++ /dev/null @@ -1 +0,0 @@ -Subproject commit bc6de0f4414cebb4a13f6604c5a2797862e0439d diff --git a/rainbowstream/c_image.py b/rainbowstream/c_image.py index be3d52b..a9e73de 100644 --- a/rainbowstream/c_image.py +++ b/rainbowstream/c_image.py @@ -1,4 +1,4 @@ -from PIL import Image,ImageFilter +from PIL import Image from functools import partial from os.path import join, dirname, getmtime, exists, expanduser diff --git a/rainbowstream/pure_image.py b/rainbowstream/pure_image.py index 0a75d77..464f93f 100644 --- a/rainbowstream/pure_image.py +++ b/rainbowstream/pure_image.py @@ -1,4 +1,4 @@ -from PIL import Image,ImageFilter +from PIL import Image from functools import partial import sys,os