]> git.ipfire.org Git - pakfire.git/commitdiff
Fix a typo in function name.
authorMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jan 2012 19:38:50 +0000 (20:38 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sat, 28 Jan 2012 19:38:50 +0000 (20:38 +0100)
python/pakfire/packages/file.py

index e1f7238eddaa85a8c003c2220b08209952057882..411d00a36331e570405ebd0e67254e7ea1d5b2e2 100644 (file)
@@ -554,7 +554,7 @@ class FilePackage(Package):
        @property
        def type(self):
                if self.format >= 2:
-                       type = self.lexer.package.get_ver("type")
+                       type = self.lexer.package.get_var("type")
                elif self.format == 1:
                        type = self._type
                else: