diff --git a/pisi/package.py b/pisi/package.py index 5c9e8594..3ebd235e 100644 --- a/pisi/package.py +++ b/pisi/package.py @@ -20,7 +20,7 @@ class Package: """PISI Package Class provides access to a pisi package (.pisi file).""" def __init__(self, packagefn, mode='r'): - self.filename = packagefn + self.filepath = packagefn url = PUrl(packagefn) if url.isRemoteFile():