1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-02-03 20:01:38 +00:00

Relicensed to HS License.

--HG--
extra : convert_revision : svn%3Ac306627e-7827-47d3-bdf0-9a457c9553a1/trunk%40100
This commit is contained in:
hsoft
2009-08-05 08:59:46 +00:00
parent 611b58951f
commit a8a601ec36
150 changed files with 958 additions and 216 deletions

View File

@@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.tests.block_test
# Created By: Virgil Dupras
# Created On: 2006/09/01
# $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
# The commented out tests are tests for function that have been converted to pure C for speed
import unittest

View File

@@ -1,8 +1,11 @@
# Unit Name: dupeguru_pe.tests.cache_test
# Created By: Virgil Dupras
# Created On: 2006/09/14
# $Id$
# Copyright 2009 Hardcoded Software (http://www.hardcoded.net)
#
# This software is licensed under the "HS" License as described in the "LICENSE" file,
# which should be included with this package. The terms are also available at
# http://www.hardcoded.net/licenses/hs_license
from StringIO import StringIO
import os.path as op