__init__.py 817 Bytes
###############################################################################
# Name: __init__.py                                                           #
# Purpose: Import the required base modules needed for launching Editra into  #
#          into the namespace.                                                #
# Author: Cody Precord <cprecord@editra.org>                                  #
# Copyright: (c) 2007 Cody Precord <staff@editra.org>                         #
# Licence: wxWindows Licence                                                  #
###############################################################################
"""Main package module"""

__author__ = "Cody Precord <cprecord@editra.org>"
__svnid__ = "$Id: __init__.py 49807 2007-11-10 07:08:33Z CJP $"
__revision__ = "$Revision: 49807 $"