theodox / mGui

Python module for cleaner maya GUI layout syntax
MIT License
123 stars 23 forks source link

Adding __all__ to lists.py and gui.py #51

Closed bob-white closed 7 years ago

bob-white commented 7 years ago

Noticed that forms had an an __all__ attribute but lists and gui did not. gui's is using the __lookup.values() as it's reference, seemed much simpler than copy and pasting all the strings.

Seemed safer to add these given how many examples are using import *

theodox commented 7 years ago

Good catch! Thanks!