From 40bbd620c4eaf41eb39359f9a0eb1e8188d77b3a Mon Sep 17 00:00:00 2001 From: Ruben Rodriguez Date: Fri, 17 Jul 2015 14:06:47 -0500 Subject: Change filename to import at load_copyright.py --- load_copyright.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load_copyright.py b/load_copyright.py index 2f545e1..67e9edf 100644 --- a/load_copyright.py +++ b/load_copyright.py @@ -107,7 +107,7 @@ def import_one(pkgname, fh): def get_pkgname(path): (dir, base) = os.path.split(path) - if base in ('current', 'copyright'): + if base in ('current', 'stable_copyright'): return get_pkgname(dir) else: return base -- cgit v1.2.3