~djfroofy/txaws/921421-completemultipart

« back to all changes in this revision

Viewing changes to txaws/client/gui/tests/test_gtk.py

  • Committer: Duncan McGreggor
  • Date: 2012-01-27 07:04:32 UTC
  • mfrom: (111.5.9 920302-python2.5-compat)
  • Revision ID: duncan@dreamhost.com-20120127070432-9ywtuw041cm5yh6y
Final missing chunk of Python 2.5 compatibility fixes. The others were
committed prematurely to trunk in r124 and r125.

Reviewed by: Stephon Striplin
Fixes: https://bugs.launchpad.net/txaws/+bug/920302

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
from twisted.trial.unittest import TestCase
5
5
 
6
6
 
7
 
class UITests(TestCase):
 
7
class UITestCase(TestCase):
8
8
 
9
9
    pass
10
10
    # Really need some, but UI testing hurts my brain.