From 9cc2065a2d3cd0c4b69f9bd4d3960e44cf86258a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sun, 13 May 2007 19:26:06 +0000 Subject: [PATCH] More fallout from previous change. git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1346 9bc8b190-ac0f-0410-8968-dc7d1f502856 --- Pkg.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Pkg.py b/Pkg.py index 1d1e50a7..167f5451 100644 --- a/Pkg.py +++ b/Pkg.py @@ -117,7 +117,7 @@ def is_utf8_str(s): return 1 def readlines(path): - fobj = open(file, "r") + fobj = open(path, "r") try: return fobj.readlines() finally: