clean up
authorvunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 6 Jun 2014 11:18:23 +0000 (20:18 +0900)
committervunhat_minh <vunhat_minh@dwango.co.jp>
Fri, 6 Jun 2014 11:18:23 +0000 (20:18 +0900)
external/Grapefruit [deleted submodule]
external/fabulous [deleted submodule]
rainbowstream/c_image.py
rainbowstream/pure_image.py

diff --git a/external/Grapefruit b/external/Grapefruit
deleted file mode 160000 (submodule)
index 84fc0d3..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit 84fc0d3c6240de47b57527c1a8f3ef0e8dfc6984
diff --git a/external/fabulous b/external/fabulous
deleted file mode 160000 (submodule)
index bc6de0f..0000000
+++ /dev/null
@@ -1 +0,0 @@
-Subproject commit bc6de0f4414cebb4a13f6604c5a2797862e0439d
index be3d52b28f4146ce05b735c324adbb45a2a1ef50..a9e73de33b14b20d8b1d7a08581eaafe9d7d01a3 100644 (file)
@@ -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
 
index 0a75d7795755b8e8ae7d585fd67bd35c00a55940..464f93f79fe630894809ea65b336bff4e1c909ba 100644 (file)
@@ -1,4 +1,4 @@
-from PIL import Image,ImageFilter
+from PIL import Image
 from functools import partial
 
 import sys,os