projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4687696
)
minor change to test buildbot triggering for new repository
author
Brian Warner
<warner@allmydata.com>
Thu, 7 Dec 2006 22:05:20 +0000
(15:05 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 7 Dec 2006 22:05:20 +0000
(15:05 -0700)
allmydata/webish.py
patch
|
blob
|
history
diff --git
a/allmydata/webish.py
b/allmydata/webish.py
index e27bb85e84433fe110ce90c7a374e60d9e070037..4de899db2c59759d2626020105bb449b4465717c 100644
(file)
--- a/
allmydata/webish.py
+++ b/
allmydata/webish.py
@@
-324,6
+324,7
@@
class WebishServer(service.MultiService):
#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.