Hello,<br><br>All activities which i've looked sources put their ".py" files at the root of the bundles.<br>However, i would like to know if there is a way to use other packages than default package, so that sources folders are more organized ?<br>
<br>My directory structure would look as something like this :<br>=>MyActivity/<br>=>MyActivity/activity/<br>=>MyActivity/activity/icon.svg<br>=>MyActivity/activity/<a href="http://activity.info">activity.info</a><br>
=>MyActivity/sources/<br>=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity<br>=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package1<br>=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package1/sub_package1<br>
=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package1/sub_package2<br>
=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package2<br>
=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package2/sub_package1<br>
=>MyActivity/sources/com/gmail/bernabe/laurent/sugar_olpc/my_activity/package2/sub_package2<br><br>Is this possible or is this prohibited ?<br><br>Regards<br>