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

Removed dependencies for yaml everywhere except for the documentation generation (it's going to be converted to sphinx).

--HG--
rename : help_me/changelog.yaml => help_me/CHANGELOG
rename : help_pe/changelog.yaml => help_pe/CHANGELOG
This commit is contained in:
Virgil Dupras
2011-01-11 16:21:36 +01:00
parent eefe464fba
commit 8bea978715
13 changed files with 1177 additions and 1288 deletions

View File

@@ -11,10 +11,10 @@ import sys
import os
import os.path as op
import shutil
import json
from setuptools import setup
from distutils.extension import Extension
import yaml
from hscommon import helpgen
from hscommon.build import add_to_pythonpath, print_and_do, build_all_qt_ui, copy_packages
@@ -120,7 +120,7 @@ def build_pe_modules(ui):
move('_block_qt.pyd', op.join('qt', 'pe', '_block_qt.pyd'))
def main():
conf = yaml.load(open('conf.yaml'))
conf = json.load(open('conf.json'))
edition = conf['edition']
ui = conf['ui']
dev = conf['dev']