More fallout from previous change.

git-svn-id: svn+ssh://rpmlint.zarb.org/home/projects/rpmlint/svn/trunk@1346 9bc8b190-ac0f-0410-8968-dc7d1f502856
This commit is contained in:
Ville Skyttä 2007-05-13 19:26:06 +00:00
parent 3887698b57
commit 9cc2065a2d
1 changed files with 1 additions and 1 deletions

2
Pkg.py
View File

@ -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: