~rockstar/entertainer/package-structure-apocalypse

« back to all changes in this revision

Viewing changes to entertainerlib/tests/test_messagetype.py

  • Committer: Paul Hummer
  • Date: 2009-05-10 17:36:49 UTC
  • mfrom: (360.1.3 entertainer-future)
  • Revision ID: paul@eventuallyanyway.com-20090510173649-0odjpoqifn303t46
Merged from entertainer-future

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
"""MessageType test"""
2
 
 
3
 
__license__ = 'GPLv2'
4
 
__copyright__ = '2008, Joshua Scotton'
5
 
__author__ = 'Joshua Scotton <josh@joshuascotton.com>'
 
1
# Copyright (c) 2009 Entertainer Developers - See COPYING - GPLv2
 
2
'''Test MessageType'''
6
3
 
7
4
from entertainerlib.backend.core.message_type_priority import MessageType
8
5
from entertainerlib.tests import EntertainerTest