From 8de93635afbf3562bcc976b73e166f1a9739809f Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Wed, 25 Jul 2007 03:21:30 -0700
Subject: [PATCH] test_web.py: oops, fix syntax error caused by removing
 comments

---
 src/allmydata/test/test_web.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/test_web.py b/src/allmydata/test/test_web.py
index f6368b09..fdebd933 100644
--- a/src/allmydata/test/test_web.py
+++ b/src/allmydata/test/test_web.py
@@ -851,7 +851,7 @@ class Web(unittest.TestCase):
         d.addCallback(_check)
         return d
 
-    def test_POST_mkdir(self):, return value?
+    def test_POST_mkdir(self): # return value?
         d = self.POST("/vdrive/global/foo", t="mkdir", name="newdir")
         def _check(res):
             self.failUnless("newdir" in self._foo_node.children)
-- 
2.45.2