Skip to content
Snippets Groups Projects
Commit 5a7eac6c authored by u214892's avatar u214892
Browse files

#67 multiple agents

parent 314dda88
No related branches found
No related tags found
No related merge requests found
import runpy
import sys
from io import StringIO
from test.support import swap_attr
from time import sleep
import importlib_resources
......@@ -9,6 +8,8 @@ import pkg_resources
from benchmarker import Benchmarker
from importlib_resources import path
from benchmarks.benchmark_utils import swap_attr
for entry in [entry for entry in importlib_resources.contents('examples') if
not pkg_resources.resource_isdir('examples', entry)
and entry.endswith(".py")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment