1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Removed references to Cython.

This commit is contained in:
Virgil Dupras
2010-01-31 11:25:47 +01:00
parent 6e9b1f4fa3
commit 348b039fa3
4 changed files with 7 additions and 8 deletions

View File

@@ -8,7 +8,7 @@
from _block import getblocks
# Converted to Cython
# Converted to C
# def getblock(image):
# width = image.width()
# height = image.height()