From a28b318e3da5c411b9fe21ffaf1f408602be9809 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 8 Feb 2013 12:57:23 +0400 Subject: [PATCH] Fix deprecated keyword --- pym/cl_builder.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_builder.py b/pym/cl_builder.py index 5872586..a27d106 100644 --- a/pym/cl_builder.py +++ b/pym/cl_builder.py @@ -583,7 +583,7 @@ class cl_builder(color_print): filter(lambda x: not x in ("distfiles", "eclass", ".git","profiles"), listDirectory(overlayPath))) + \ [pathJoin(sourceDirectory, - "var/lib/layman/calculate/profiles/templates/depricated")] + \ + "var/lib/layman/calculate/profiles/templates/deprecated")] + \ map(lambda x: path.join("usr/portage",x), filter(lambda x: not x in ("distfiles", "eclass", ".git","profiles"), listDirectory(portagePath)))