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

Fixes here and there to make dupeGuru PE run.

This commit is contained in:
Virgil Dupras
2010-08-15 14:23:16 +02:00
parent 4c273a7910
commit 12e6c400b9
3 changed files with 9 additions and 3 deletions

View File

@@ -10,7 +10,7 @@ import os
import logging
import sqlite3 as sqlite
from _cache import string_to_colors
from ._cache import string_to_colors
def colors_to_string(colors):
"""Transform the 3 sized tuples 'colors' into a hex string.