diff -r a9becf2cce8b -r 774bf00ae3bb web/webconfig.py --- a/web/webconfig.py Fri Jul 03 12:07:44 2015 +0200 +++ b/web/webconfig.py Fri Jul 03 12:20:48 2015 +0200 @@ -482,8 +482,3 @@ def static_file_del(self, rpath): if self.static_file_exists(rpath): os.remove(join(self.static_directory, rpath)) - - @deprecated('[3.9] use _cw.uiprops.get(rid)') - def has_resource(self, rid): - """return true if an external resource is defined""" - return bool(self.uiprops.get(rid))