condemil / gist

Sublime Text plugin for creating new Gists from selected text
MIT License
726 stars 137 forks source link

resolve #144 issue with max gists #171

Closed NetoBuenrostro closed 7 years ago

NetoBuenrostro commented 8 years ago

I have converted the settings class into a module of methods and variables.

The issue is that the class never gets instantiated and it is accessed in a static way, __init__ and load methods are never run.

I have tested this with python 2.7.

condemil commented 7 years ago

Thank you for your contribution, however I already resolved import issue in a more convenient way.