~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/build.py

setup.build: Removed import of ivle.conf.conf.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    return __build(options.dry, options.nocompile)
50
50
 
51
51
def __build(dry=False, no_compile=None):
52
 
    # We need to import the one in the working copy, not in the system path.
53
 
    confmodule = __import__("ivle/conf/conf")
54
52
    install_list = util.InstallList()
55
53
 
56
54
    if dry: