| Index: tests/watchlists_unittest.py
 | 
| diff --git a/tests/watchlists_unittest.py b/tests/watchlists_unittest.py
 | 
| index 7721f8471b2f9be64bb4c0ce4153c7de38b74cfd..e72bb8babd50269318474de7f33df1e767f78129 100755
 | 
| --- a/tests/watchlists_unittest.py
 | 
| +++ b/tests/watchlists_unittest.py
 | 
| @@ -5,8 +5,12 @@
 | 
|  
 | 
|  """Unit tests for watchlists.py."""
 | 
|  
 | 
| -# pylint is too confused.
 | 
| -# pylint: disable=E1103,E1120,W0212,W0403
 | 
| +# pylint: disable=E1103,E1120,W0212
 | 
| +
 | 
| +import os
 | 
| +import sys
 | 
| +
 | 
| +sys.path.insert(0, os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
 | 
|  
 | 
|  import super_mox
 | 
|  import watchlists
 | 
| 
 |