Python 2/3 compatibility issues that were not resolved in the latest commit.

This commit is contained in:
Dave Halter
2014-09-09 17:51:39 +02:00
parent fdc637c5c4
commit 43cf1d451f
3 changed files with 4 additions and 2 deletions

View File

@@ -1,3 +1,5 @@
from jedi._compatibility import unicode
from jedi.evaluate import helpers
from jedi.parser import representation as pr
from jedi.parser import Parser