Fix syntax error in user patch

This commit is contained in:
Michael DeHaan
2012-04-02 20:08:40 -04:00
parent e5d5b072db
commit 4792021f47
2 changed files with 3 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ class TestCallbacks(object):
EVENTS.append([ 'import', [ host, filename ]])
def on_error(self, host, msg):
EVENTS.append([ 'stderr', [ host, msg ])
EVENTS.append([ 'stderr', [ host, msg ]])
def on_not_import_for_host(self, host, missing_filename):
pass