Fix SyntaxError

This commit is contained in:
Andrew M. Kuchling 2008-09-13 01:56:56 +00:00
parent c997f178ed
commit 0bef15846f

View file

@ -194,8 +194,8 @@ def test():
fh = sf[1]
if fh:
ncl = NFSClient(host)
as = ncl.Getattr(fh)
print as
attrstat = ncl.Getattr(fh)
print attrstat
list = ncl.Listdir(fh)
for item in list: print item
mcl.Umnt(filesys)