event_project: fix init.py after rename of event_project.py

bzr revid: p_christ@hol.gr-20101116145519-km3q9g508wtc4mf6
This commit is contained in:
P. Christeas 2010-11-16 16:55:19 +02:00
parent 0c41f86c9b
commit e59e5eb818
1 changed files with 3 additions and 1 deletions

View File

@ -18,7 +18,9 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
#
##############################################################################
import event
import event_project
import wizard
# vim:expandtab:smartindent:tabstop=4:softtabstop=4:shiftwidth=4: