Skip to content

Commit

Permalink
remove obsolete code
Browse files Browse the repository at this point in the history
  • Loading branch information
Arne Hilmann authored and Arne Hilmann committed Apr 5, 2016
1 parent 2726323 commit 26e47d9
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,6 @@ def gittag(project, logger):
logger.info("git push --tags")


@task
def link_dist_dir(project, logger):
try:
import os
os.symlink(project.expand("$dir_dist/dist"), "dist")
except FileExistsError as fee:
if fee.errno == 17:
logger.info("'dist' dir already present, skip symlinking")
else:
raise


@init
def set_properties(project):
project.build_depends_on('mock')
Expand Down

0 comments on commit 26e47d9

Please sign in to comment.