forked from VimPlug/jedi
Fix tests for Python 3.2 (use relative import)
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import os
|
||||
|
||||
import base
|
||||
import run
|
||||
import refactor
|
||||
from . import base
|
||||
from . import run
|
||||
from . import refactor
|
||||
|
||||
|
||||
def pytest_addoption(parser):
|
||||
|
||||
Reference in New Issue
Block a user