forked from M-Labs/artiq
tools: remove uneeded checkcache
This commit is contained in:
parent
591e44b227
commit
f64a1f566d
|
@ -1,5 +1,4 @@
|
|||
import importlib.machinery
|
||||
import linecache
|
||||
import logging
|
||||
import sys
|
||||
import asyncio
|
||||
|
@ -74,8 +73,6 @@ def short_format(v):
|
|||
|
||||
|
||||
def file_import(filename, prefix="file_import_"):
|
||||
linecache.checkcache(filename)
|
||||
|
||||
modname = filename
|
||||
i = modname.rfind("/")
|
||||
if i > 0:
|
||||
|
|
Loading…
Reference in New Issue