=== modified file 'tests/autopilot/unity/tests/launcher/__init__.py'
--- tests/autopilot/unity/tests/launcher/__init__.py	2013-05-02 15:51:41 +0000
+++ tests/autopilot/unity/tests/launcher/__init__.py	2013-09-19 20:46:14 +0000
@@ -50,7 +50,7 @@
                 old_primary_screen = self.display.get_primary_screen()
                 set_primary_monitor(self.launcher_monitor)
                 self.addCleanup(set_primary_monitor, old_primary_screen)
-            except autopilot.display.BlacklistedDriverError:
+            except Display.BlacklistedDriverError:
                 self.skipTest("Impossible to set the monitor %d as primary" % self.launcher_monitor)
 
     def get_launcher(self):

