From 3cfbb4e65d9822df8a25c5625d189ac734665c7b Mon Sep 17 00:00:00 2001 From: shubham1206agra Date: Thu, 28 Apr 2022 12:36:51 +0530 Subject: [PATCH] cleanup --- src/mlpack/bindings/python/copy_artifacts.py | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/mlpack/bindings/python/copy_artifacts.py b/src/mlpack/bindings/python/copy_artifacts.py index 672260acf6..ed28718302 100644 --- a/src/mlpack/bindings/python/copy_artifacts.py +++ b/src/mlpack/bindings/python/copy_artifacts.py @@ -6,20 +6,11 @@ # terms of the 3-clause BSD license. You should have received a copy of the # 3-clause BSD license along with mlpack. If not, see # http://www.opensource.org/licenses/BSD-3-Clause for more information. -import sys import sysconfig import shutil import os import glob -# directory = 'build/lib.' + \ -# sysconfig.get_platform() + \ -# '-' + \ -# str(sys.version_info[0]) + \ -# '.' + \ -# str(sys.version_info[1]) + \ -# '/mlpack/' - # New directory structure directory = glob.glob('build/lib.' + sysconfig.get_platform() + '*/mlpack/')[0] directory = directory.replace('\\', '/')