HHousen / lecture2notes

Use of a deprecated module detected PYL-W0402
Bug risk
Major
9 months ago9 months old
Use of deprecated module 'distutils.dir_util', consider replacing it with 'setuptools'
 3import os
 4import re
 5import shutil
 6from distutils.dir_util import copy_tree, remove_tree 7from pathlib import Path
 8
 9logger = logging.getLogger(__name__)