~raoul-snyman/openlp/python3

« back to all changes in this revision

Viewing changes to openlp/plugins/alerts/lib/__init__.py

  • Committer: Raoul Snyman
  • Date: 2013-04-03 06:51:39 UTC
  • Revision ID: raoul.snyman@saturnlaboratories.co.za-20130403065139-9qhs0xmlrcef4n2h
trying to migrate to py3k

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
# Temple Place, Suite 330, Boston, MA 02111-1307 USA                          #
28
28
###############################################################################
29
29
 
30
 
from alertsmanager import AlertsManager
31
 
from alertstab import AlertsTab
 
30
from .alertsmanager import AlertsManager
 
31
from .alertstab import AlertsTab