]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
figleaf gets confused when the last line of a file is a comment
authorBrian Warner <warner@allmydata.com>
Thu, 7 Dec 2006 21:58:23 +0000 (14:58 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 7 Dec 2006 21:58:23 +0000 (14:58 -0700)
allmydata/interfaces.py
allmydata/webish.py

index d7dffeac530ae1a13e8f1c775c47229a1d55de40..14d081e398542d1d314a9466f69cc71a862b39cf 100644 (file)
@@ -68,3 +68,8 @@ class RIMutableDirectoryNode(RemoteInterface):
         return Nothing()
 
     # need more to move directories
+
+# TODO: figleaf gets confused when the last line of a file is a comment. I
+# suspect an off-by-one error in the code that decides which lines are code
+# and which are not.
+pass
index 8823a2415feaad87cdf6c15c44a4e1a7da03502b..e27bb85e84433fe110ce90c7a374e60d9e070037 100644 (file)
@@ -323,3 +323,8 @@ class WebishServer(service.MultiService):
         # I tried doing it this way and for some reason it didn't seem to work
         #print "REMEMBERING", self.site, dl, IDownloader
         #self.site.remember(dl, IDownloader)
+
+# TODO: figleaf gets confused when the last line of a file is a comment. I
+# suspect an off-by-one error in the code that decides which lines are code
+# and which are not.
+pass