When running the tests for the tomboy backend the following exception is raised:
Traceback (most recent call last):
File "/usr/lib/python2.6/threading.py", line 532, in __bootstrap_inner
self.run()
File "/usr/lib/python2.6/threading.py", line 484, in run
self.__target(*self.__args, **self.__kwargs)
File "/home/mandel/projects/gtg/fix_tests/GTG/core/datastore.py", line 598, in __start_get_tasks
self.backend.start_get_tasks()
File "/home/mandel/projects/gtg/fix_tests/GTG/tools/interruptible.py", line 45, in new
return fn(*args)
File "/home/mandel/projects/gtg/fix_tests/GTG/backends/generictomboy.py", line 105, in start_get_tasks
for note in tomboy_notes:
UnboundLocalError: local variable 'tomboy_notes' referenced before assignmen