jafeha / parabird

Simple script written in python to build an os independent truecrypt encrypted usb-stick containing a portable thunderbird, enigmail, torbirdy and vidalia.
GNU General Public License v3.0
11 stars 7 forks source link

cleaning up the namespace #30

Closed jojoo- closed 11 years ago

jojoo- commented 11 years ago

now we have a clean namespace.

that was about time!!

the logger is a class, and i added a ugly hack to transport the configparser object to functions in other files. see parabirdy_main.py for an example of that trick.

we can only import in one direction

parabirdy_build <- utils
                <- extract

not the other way around.

jafeha commented 11 years ago

Thanks alotl!