Unverified Commit 237c8f0b authored by Axel Kohlmeyer's avatar Axel Kohlmeyer
Browse files

improve portability to older python versions

parent a9dad3d4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -45,7 +45,7 @@ usrpkg = []
# folder, and is not called 'MAKE' is a package 

for d in pkgdirs:
  pkg = dirs.match(d)[1]
  pkg = dirs.match(d).group(1)
  if not os.path.isdir(os.path.join(src,pkg)): continue
  if pkg in ['DEPEND','MAKE','STUBS']: continue
  if user.match(pkg):