2
0
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:
Sebastien Bourdeauducq 2016-08-04 19:42:04 +08:00
parent 591e44b227
commit f64a1f566d

View File

@ -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: