BeautifulSoup returns Null instead of an exception when tag does not
authormadcoder <madcoder>
Fri, 5 May 2006 22:26:40 +0000 (22:26 +0000)
committermadcoder <madcoder>
Fri, 5 May 2006 22:26:40 +0000 (22:26 +0000)
commit05fcfe3d98c6da7a5de20cb011d90fe76b50c1d4
treefb19748fb2534407b32581e0ef906828a4f3c17b
parentcf6d79b843771525506501e22c95a5fb51744e4b
BeautifulSoup returns Null instead of an exception when tag does not
exist.
create a generic RemoteException, and a failwith function.

use it to fail early
remote/base.py
remote/bugzilla.py