liftoff / pyminifier

Pyminifier is a Python code minifier, obfuscator, and compressor.
GNU General Public License v3.0
1.45k stars 224 forks source link

Bugfix - Add module if not yet in module list #43

Closed Neo23x0 closed 9 years ago

Neo23x0 commented 9 years ago

A missing "not" in the if clause causes that modules are added if already in list. (not possible)

liftoff commented 9 years ago

Thanks! I really need to stay on top of these PRs... Sorry about that!