diff options
author | Blaine | 2020-05-22 19:19:08 +0530 |
---|---|---|
committer | Blaine | 2020-05-22 19:19:08 +0530 |
commit | 7417af719f678f3b00d513e8e21b4759bf19e960 (patch) | |
tree | a7accce7dcf842fc92d635df92c3e4b271322ee8 /src/main/python/utils/funcs.py | |
parent | 10b6c82b0a173f462740172f38c8da3db9f9f615 (diff) | |
download | Chemical-PFD-7417af719f678f3b00d513e8e21b4759bf19e960.tar.gz Chemical-PFD-7417af719f678f3b00d513e8e21b4759bf19e960.tar.bz2 Chemical-PFD-7417af719f678f3b00d513e8e21b4759bf19e960.zip |
rename funcs to app, and fix toolbar resizing
Diffstat (limited to 'src/main/python/utils/funcs.py')
-rw-r--r-- | src/main/python/utils/funcs.py | 6 |
1 files changed, 0 insertions, 6 deletions
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 |