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