~pkunal-parmar/ubuntu-calendar-app/Minor-Performance

« back to all changes in this revision

Viewing changes to tests/autopilot/calendar_app/__init__.py

  • Committer: Kunal Parmar
  • Date: 2014-10-23 14:14:10 UTC
  • mfrom: (524.1.2 trunk)
  • Revision ID: pkunal.parmar@gmail.com-20141023141410-dxelmd8zlt9ned70
removed unnecessary files

Show diffs side-by-side

added added

removed removed

Lines of Context:
299
299
        path_view_base = self.select_single(
300
300
            'PathViewBase', objectName='yearPathView')
301
301
        return path_view_base.select_single(
302
 
            ubuntuuitoolkit.QQuickGridView, isCurrentItem=True)
 
302
            "YearViewDelegate", isCurrentItem=True)
303
303
 
304
304
    def _find_month_component(self, grid, index):
305
305
        try: