From 52532a2db1e582ee76e021e4a4ce3c58f9520815 Mon Sep 17 00:00:00 2001 From: Florian Schmaus Date: Mon, 12 Aug 2019 14:06:07 +0200 Subject: Introduce checkDependenciesAndPreconditions() --- bench.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/bench.py b/bench.py index 4985e59..d1332e8 100755 --- a/bench.py +++ b/bench.py @@ -46,7 +46,15 @@ def epilog(): pickle.dump(src.globalvars.facts, f) +def checkDependenciesAndPreconditions(): + # TODO: matplotlib + # TODO: python 3.6 + # TODO mariadb + pass + def main(): + checkDependenciesAndPreconditions() + args = parser.parse_args() if args.license: print("Copyright (C) 2018-2019 Florian Fischer") -- cgit v1.2.3