- added a directory callback

- updated the template (fixes #11)
This commit is contained in:
Martinez 2016-10-10 16:52:59 +02:00
parent 8996bb9d04
commit 16770b209c
3 changed files with 35 additions and 6 deletions

View file

@ -754,6 +754,7 @@ class Main:
else:
method = None
method_display_name = "<y>%s<.>" %(method_name)
if method_name == "<module>":
method_type = "module"
else: