/b-gtk/fix-viz

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/b-gtk/fix-viz

« back to all changes in this revision

Viewing changes to __init__.py

  • Committer: Jelmer Vernooij
  • Date: 2010-05-29 23:42:20 UTC
  • mto: This revision was merged to the branch mainline in revision 691.
  • Revision ID: jelmer@samba.org-20100529234220-ilsto1v387x7xhve
Move more olive-specific code into olive/

Show diffs side-by-side

added added

removed removed

Lines of Context:
205
205
            reload(sys)
206
206
            sys.setdefaultencoding(default_encoding)
207
207
    return basic_tests
 
208
 
 
209
 
 
210
def _i18n(text):
 
211
    # Stub until we support proper i18n
 
212
    return text