~raoul-snyman/openlp/python3

« back to all changes in this revision

Viewing changes to tests/interfaces/openlp_core_ui/test_starttimedialog.py

  • Committer: Andreas Preikschat
  • Date: 2013-02-06 21:43:18 UTC
  • mfrom: (2169.2.10 clean-up)
  • Revision ID: googol@lavabit.com-20130206214318-m02gabgyr7p9o18u
- removed not needed imports; removed not needed script
- used += instead
- fixed short lines
- converted print statements
- reordered imports

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
"""
2
2
    Package to test the openlp.core.ui package.
3
3
"""
4
 
import sys
5
4
from unittest import TestCase
6
5
 
7
6
from mock import MagicMock, patch