From 7417af719f678f3b00d513e8e21b4759bf19e960 Mon Sep 17 00:00:00 2001 From: Blaine Date: Fri, 22 May 2020 19:19:08 +0530 Subject: rename funcs to app, and fix toolbar resizing --- src/main/python/utils/funcs.py | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/main/python/utils/funcs.py (limited to 'src/main/python/utils/funcs.py') diff --git a/src/main/python/utils/funcs.py b/src/main/python/utils/funcs.py deleted file mode 100644 index 9f38554..0000000 --- a/src/main/python/utils/funcs.py +++ /dev/null @@ -1,6 +0,0 @@ -from fbs_runtime.application_context.PyQt5 import ApplicationContext - -importTool = ApplicationContext() - -def fileImporter(file): - return importTool.get_resource(file) \ No newline at end of file -- cgit