https://bugzilla.wikimedia.org/show_bug.cgi?id=54565
--- Comment #3 from Kunal Mehta (Legoktm) legoktm.wikipedia@gmail.com --- Basically, the code reuse has two issues. The first is a social/legal one: you should not copy other people's work without attributing them. As such, removing "# (C) Multichill, 2009, # (C) Pywikipedia team, 2009-2012" is simply not done.
Secondly, copying code makes maintenance much more difficult. If a bug is found in one function in flickrripper.py, someone will /also/ have to fix that in this script. Re-use, don't copy!
> Not sure how to call flickrrriper.py functions as it is local to the script from flickrripper import Tkdialog, ...etc...