~noskcaj/testdrive/pep8

« back to all changes in this revision

Viewing changes to testdrivegtk/AboutTestdrivegtkDialog.py

  • Committer: Jackson Doak
  • Date: 2013-10-06 02:34:46 UTC
  • Revision ID: noskcaj@ubuntu.com-20131006023446-0b7bk5xx9ag4upgc
Finish pep8 changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
45
45
You should have received a copy of the GNU General Public License\n\
46
46
along with this program.  If not, see <http://www.gnu.org/licenses/>. """
47
47
__authors__ = ['Andres Rodriguez <andreserl@ubuntu.com>']
48
 
__description__ = 'PyGTK Front-end for TestDrive'
 
48
__description__ = _('PyGTK Front-end for TestDrive')
49
49
__website__ = "https://launchpad.net/testdrive"
50
50
__copyright__ = "Copyright © 2010 - 2012 Canonical Ltd."
51
51