Pymol-Scripts / Pymol-script-repo

Collected scripts for Pymol
http://www.pymolwiki.org/index.php/Git_intro
437 stars 257 forks source link

Fix for `re` import error in spectrumbar.py #55

Closed jaredsampson closed 10 years ago

jaredsampson commented 10 years ago

The previous import statement from re import * was inconsistent with the usage re.compile(...). Simply changing this to import re fixes the problem for me.