Fix tests for Python 3.2 (use relative import)

This commit is contained in:
Takafumi Arakaki
2013-03-12 07:11:37 +01:00
parent 51a094be02
commit 0f9761aac7
5 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
import os
import re
import base
from run import \
from . import base
from .run import \
TEST_COMPLETIONS, TEST_DEFINITIONS, TEST_ASSIGNMENTS, TEST_USAGES
import jedi