Notebook: catch when loading a parent module loads the child
commit7f98efd81d96189e859179ffda7049da5996fa66
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 1 Dec 2011 04:04:07 +0000 (30 23:04 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 1 Dec 2011 04:05:59 +0000 (30 23:05 -0500)
treea21b5cb46962c3c2cdfbb189c3885a5083029b5d
parent068b962dce6aebd4ef7757c36ac2810ccc3c5834
Notebook: catch when loading a parent module loads the child

When we retrieve the parent module for a module we want to load,
that might itself cause the child module to be loaded; check again
to catch when that happens and avoid an assertion error from loading
the child twice.

https://bugzilla.gnome.org/show_bug.cgi?id=664432
lib/reinteract/notebook.py