mirror of
https://github.com/m-labs/artiq.git
synced 2024-12-25 11:18:27 +08:00
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
Block a user