Version 0.2.2
This commit is contained in:
parent
d8dfcd3e24
commit
9a14a5541a
15 changed files with 519 additions and 114 deletions
|
@ -30,6 +30,14 @@ all_contexts = [main_context]
|
|||
plugin_loader = None
|
||||
cons = None
|
||||
|
||||
try:
|
||||
from guppy import hpy
|
||||
heapstats = hpy()
|
||||
heapstats.setref()
|
||||
except ImportError:
|
||||
heapstats = None
|
||||
|
||||
|
||||
def parse_args():
|
||||
# parses sys.argv and returns a settings dictionary
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue