Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make registry.Interface construction work with no standard_id.
Interface.__init__ so far tries a .startswith on something that can be None (actually, will be by virtue of the preceding line). This commit fixes this.
- Loading branch information