First I do know about \'import\'. When I try \'import\' it doesn\'t work. What I\'m trying to do is split a single module into two parts, one of which is editable by a group a
This can be done with execfile(), but you should consider using some other mechanism for this instead such as polymorphism or plugins.