diff -r 3ed8afbbdf70 -r f299ee54d7e0 devtools/fake.py --- 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