aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@trisquel.info>2015-07-17 14:06:47 -0500
committerRuben Rodriguez <ruben@trisquel.info>2015-07-17 14:06:47 -0500
commit40bbd620c4eaf41eb39359f9a0eb1e8188d77b3a (patch)
tree768e4d1bdc4e41e3e35e2be37b8774c2d9197153
parentbc2a5e8ad5f10dc31da255d1866fc0fccce51c76 (diff)
Change filename to import at load_copyright.py
-rw-r--r--load_copyright.py2
1 files changed, 1 insertions, 1 deletions
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