Renaming things and fixing an exit bug
[gonvert] / src / evil_globals.py
1 calcsuppress = 0
2 unit_sort_direction = False
3 value_sort_direction = False
4 units_sort_direction = False
5
6 find_result = [] # empty find result list
7 find_count = 0 # default to find result number zero
8
9 selected_category = '' # preset to no selected category
10 selected_units = {} # empty dictionary for later use
11
12 window_size = 0, 0 # empty tuple for filling later