~ubuntu-branches/ubuntu/vivid/mago/vivid

« back to all changes in this revision

Viewing changes to gcalctool/gcalctool_calculations.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
# -*- coding: utf-8 -*-
2
 
from mago.test_suite.gnome import GCalctoolTestSuite
 
2
from mago.test_suite.gcalc import GCalctoolTestSuite
3
3
 
4
4
class GCalctoolCalculations(GCalctoolTestSuite):
5
5
    def calculate(self, input, oracle, view='BASIC'):