devtools/fake.py
changeset 5443 f299ee54d7e0
parent 5424 8ecbcbff9777
child 5444 f7fdb5dd82f6
--- a/devtools/fake.py	Thu Apr 29 14:21:57 2010 +0200
+++ b/devtools/fake.py	Thu Apr 29 14:21:59 2010 +0200
@@ -66,10 +66,6 @@
     def header_if_modified_since(self):
         return None
 
-    def base_url(self):
-        """return the root url of the instance"""
-        return BASE_URL
-
     def relative_path(self, includeparams=True):
         """return the normalized path of the request (ie at least relative
         to the instance's root, but some other normalization may be needed