From: Brian Warner Date: Thu, 14 Dec 2006 03:35:12 +0000 (-0700) Subject: figleaf doesn't like the last line of a file to be a comment X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~435 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=4ef298ee4b21f47c0ab55e94055966bfa8a667df;p=tahoe-lafs%2Ftahoe-lafs.git figleaf doesn't like the last line of a file to be a comment --- diff --git a/allmydata/encode_new.py b/allmydata/encode_new.py index a291a829..f2ff0ad1 100644 --- a/allmydata/encode_new.py +++ b/allmydata/encode_new.py @@ -202,3 +202,5 @@ class RIStorageBucketReader(RemoteInterface): return str #def read(size=int, offset=int): # return str + +"figleaf doesn't like the last line of the file to be a comment"