Code review comment for lp:~carla-sella/ubuntu-clock-app/add-alarm-test

Revision history for this message
Nekhelesh Ramananthan (nik90) wrote :

563 +from ubuntuuitoolkit import emulators as toolkit_emulators, pickers

I believe balloons submitted a merge proposal against the old clock app where he switches the import statement to

import ubuntuuitoolkit

You can find his MP at https://code.launchpad.net/~nskaggs/ubuntu-clock-app/switch-emulators-to-proxy-object/+merge/227103. Since we are adding new tests for the clock app, it would be best if we could do this from the start. Can you make the appropriate changes? Remember that whereever you import the ubuntu emulator, you will need to make changes there as well. Best to look at balloons's MP to see what needs to be done.

review: Needs Fixing

« Back to merge proposal