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

Adapted codebase to the hsutil/hscommon split and the hsmedia --> hsaudiotag rename.

This commit is contained in:
Virgil Dupras
2010-07-13 08:08:18 +02:00
parent 75eb005ba0
commit 371426a08e
24 changed files with 39 additions and 38 deletions

2
run.py
View File

@@ -13,7 +13,7 @@ import os.path as op
import yaml
from hsutil.build import add_to_pythonpath
from hscommon.build import add_to_pythonpath
def main():
conf = yaml.load(open('conf.yaml'))