From b6d21ffd017946eadd041555345f90258666696c Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Mon, 6 Feb 2023 13:37:27 +0200 Subject: [PATCH] removed comments Signed-off-by: David Wertenteil --- build.py | 6 +----- httphandler/build.py | 6 +----- 2 files changed, 2 insertions(+), 10 deletions(-) diff --git a/build.py b/build.py index cecacd54..7c11bf76 100644 --- a/build.py +++ b/build.py @@ -20,11 +20,7 @@ def check_status(status, msg): def get_build_dir(): - # current_platform = platform.system() - - # if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform)) - - return "build" # os.path.join("build", platformSuffixes[current_platform]) + return "build" def get_package_name(): diff --git a/httphandler/build.py b/httphandler/build.py index cecacd54..7c11bf76 100644 --- a/httphandler/build.py +++ b/httphandler/build.py @@ -20,11 +20,7 @@ def check_status(status, msg): def get_build_dir(): - # current_platform = platform.system() - - # if current_platform not in platformSuffixes: raise OSError("Platform %s is not supported!" % (current_platform)) - - return "build" # os.path.join("build", platformSuffixes[current_platform]) + return "build" def get_package_name():