MauricioDinki / django-atom

Django package for atom
12 stars 8 forks source link

Don't override python snippets #6

Closed GreenGremlin closed 7 years ago

GreenGremlin commented 7 years ago

This package is overriding core python-language snippets, which it should not be overriding. Specifically the pdb and ipdb snippets, but there may be others.

This is especially bad because it's not intuitive or obvious that it is this package that is doing it. I've lost over an hour tracing this down!