For example:
- /data
- /modules
-/admin
-/stuff
-/modules
-/admin
Will create a boot exception for duplicate modules named admin.
Suggest we auto namespace submodules, so in the above, the modules would be data-admin and stuff-admin.
The side benefit of this is it would make finding submodules that throw nxus exceptions much easier - right now it can be hard to track down where exactly a submodule is in the tree.