diff cutils/util/walk.py @ 164:a813094ae4f5

Move PY2 from cutils.util.constants into cutils.util
author Franz Glasner <fzglas.hg@dom66.de>
date Thu, 09 Jan 2025 13:48:57 +0100
parents 29dd5528174c
children 506d895a8500
line wrap: on
line diff
--- a/cutils/util/walk.py	Thu Jan 09 13:40:33 2025 +0100
+++ b/cutils/util/walk.py	Thu Jan 09 13:48:57 2025 +0100
@@ -19,8 +19,8 @@
     except ImportError:
         scandir = None
 
+from . import PY2
 from .cm import nullcontext
-from .constants import PY2
 
 
 class WalkDirEntry(object):