[21:10:03] <lumidee> hey, i noticed that some python apps use pkg_resources.load_entry_point() and others just <package_name>.<main_entry_point> to start their app from /usr/bin. should either be preferred or is it just personal preference? see full example: http://dpaste.com/0HY9ARG
[21:21:33] <ionelmc> lumidee: if you use console_scripts entrypoint (you should) then the exact bin content is out of your control