Changeset 10453


Ignore:
Timestamp:
6 Aug 2013, 05:00:28 (11 years ago)
Author:
uli
Message:

Fix typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/browser/tests/test_browser.py

    r10447 r10453  
    11## $Id$
    22##
    3 ## Copyright (C) 2011 Uli Fouquet & Henrik Bettermann
     3## Copyright (C) 2011-2013 Uli Fouquet & Henrik Bettermann
    44## This program is free software; you can redistribute it and/or modify
    55## it under the terms of the GNU General Public License as published by
     
    338338            'nationality,officer_comment,perm_address,personal_updated,'
    339339            'phone,reg_number,sex,student_id,suspended,suspended_comment,'
    340             'transript_address,'
     340            'transcript_address,'
    341341            'password,state,history,certcode,is_postgrad,current_level,'
    342342            'current_session\r\n')
    343         self.cleanup_run_job() 
     343        self.cleanup_run_job()
    344344        logfile = os.path.join(
    345345            self.app['datacenter'].storage, 'logs', 'datacenter.log')
Note: See TracChangeset for help on using the changeset viewer.