skorokithakis / episode-renamer

Episode renamer is a simple python script that renames folders of TV episode video files to their proper names.
http://pypi.python.org/pypi/episode-renamer/
41 stars 8 forks source link

Move version information into the episoderenamer module. #9

Closed bboe closed 12 years ago

bboe commented 12 years ago

Having a module version can result in conflicts with any other packages that make a similar mistake of having a version module in the global namespace.

skorokithakis commented 12 years ago

Yep, that sounds bad. I guess it'd be better if it were a module so we could do episoderenamer.version, but this is also good.