liftoff / pyminifier

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

for --obfuscate-variables -> dont change superclass names incase they are used in class #55

Open sejans opened 8 years ago

sejans commented 8 years ago

The problem is that superclass name is changed when using param --obfuscate-variables (and param --obfuscate--classes is not used). In this case the superclass name must not change, because its not only a variable it is a class name.