~ubuntu-branches/ubuntu/saucy/mago/saucy

« back to all changes in this revision

Viewing changes to gnome-screenshot/take_screenshot.py

  • Committer: Bazaar Package Importer
  • Author(s): Ara Pulido
  • Date: 2010-10-18 16:08:42 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20101018160842-6euef3m6mqxjlcai
Tags: 0.3-0ubuntu1
* New upstream release:
  + Added i18n support
  + Tests working on Maverick 

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
import os
2
 
from mago.test_suite.gnome import GnomeScreenshotTestSuite
 
2
from mago.test_suite.gnome_screenshot import GnomeScreenshotTestSuite
3
3
 
4
4
class TakeScreenshot(GnomeScreenshotTestSuite):
5
5
    def grab_desktop(self, delay=5, filename='baz.png'):