0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-12-14 11:53:49 +01:00

import Image as PIL.Image.

This commit is contained in:
Mark Haines 2014-12-10 16:09:09 +00:00
parent e5275d856e
commit 2d265ef3bd

View file

@ -13,7 +13,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.
import Image
import PIL.Image as Image
from io import BytesIO