init.py: Added watchdog reset to runscript()

This commit is contained in:
gergely.erdelyi 2008-08-15 20:42:09 +00:00
parent e4d97c7261
commit 29187c6f53

View File

@ -55,6 +55,7 @@ def runscript(script):
This function is used by the low-level plugin code.
"""
addscriptpath(script)
watchdog.reset()
argv = sys.argv
sys.argv = [ script ]
execfile(script, globals())