Hi Gour, > shortname = self.bd.bug_shortname(bug) > AttributeError: 'BugDir' object has no attribute 'bug_shortname'
Yeah, there are still many API changes to fix. All instances of: self.bd.bug_shortname(bug) should be replaced with: bug.id.user() > btw, I've tried to use BE to submit the bug, but I'm not sure > whether there is some BE instance working to accept them. Yes, there is an instance running -- you can check with: be --repo http://bugs.bugseverywhere.org/ list Please do try to submit bugs to that instance and let me know when you've done so, and I'll push them to Gitorious. Thanks! - Chris. -- Chris Ball <[email protected]> One Laptop Per Child _______________________________________________ Be-devel mailing list [email protected] http://void.printf.net/cgi-bin/mailman/listinfo/be-devel
