Skip to content

Commit

Permalink
Merge pull request #6 from Daenyth/python3-again
Browse files Browse the repository at this point in the history
Fix NameError in python3 code
  • Loading branch information
jeffsuarez authored Nov 29, 2016
2 parents a55720e + b3f7ce4 commit 0d8a229
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions mockthink/ast.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
from pprint import pprint
from future.utils import iteritems, text_type
from past.utils import old_div
from past.builtins import basestring

from . import util, joins, rtime
from .scope import Scope
Expand Down
2 changes: 1 addition & 1 deletion mockthink/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VERSION = '0.9.6'
VERSION = '0.9.7'

0 comments on commit 0d8a229

Please sign in to comment.