tangled
alpha
login
or
join now
dekker.one
/
Fourmi
0
fork
atom
A web scraper build to search specific information for a given compound (and its pseudonyms)
0
fork
atom
overview
issues
pulls
pipelines
Changed references to configuration file
Harmen Prins
11 years ago
3dfa7599
b3a17920
+2
-2
1 changed file
expand all
collapse all
unified
split
GUI
gui.py
+2
-2
GUI/gui.py
···
7
7
class GUI():
8
8
def __init__(self, search, config_file='configuration.cfg', sourceloader=None, in_source=True):
9
9
"""Boots the window, configuration."""
10
10
-
if in_source:
10
10
+
if not in_source:
11
11
current_dir = os.path.dirname(os.path.abspath(__file__))
12
12
-
config_file = current_dir + '/' + config_file
12
12
+
config_file = current_dir + '../' + config_file
13
13
self.configurator = ConfigImporter(config_file)
14
14
self.sourceloader = sourceloader
15
15
self.finish_with_search = False