Skip to content

Commit

Permalink
imported OrderedDict to globals() for eval()
Browse files Browse the repository at this point in the history
  • Loading branch information
Peter committed Oct 21, 2015
1 parent 3fb4274 commit e17ea65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions PPrint.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sublime
import sublime_plugin
from pprint import pformat
from collections import OrderedDict # noqa For use inside eval


s = sublime.load_settings("PPrint.sublime-settings")
Expand Down

0 comments on commit e17ea65

Please sign in to comment.