* Don't (attempt to) import an unused (and non-existent) module: `model`

* Fix the URL for the TicketNotifications Trac-plugin such that it matches its source directory again

git-svn-id: https://warzone2100.svn.sourceforge.net/svnroot/warzone2100/trunk@8039 4a71c877-e1ca-e34f-864e-861f7616d084
master
Giel van Schijndel 2009-08-22 14:01:45 +00:00 committed by Git SVN Gateway
parent cb279c37c4
commit 870233db9a
2 changed files with 1 additions and 3 deletions

View File

@ -1,8 +1,6 @@
# vim: set et sts=4 sw=4 encoding=utf8:
# -*- coding: utf-8 -*-
from model import *
from trac.attachment import IAttachmentChangeListener
from trac.core import *
from trac.ticket import Ticket

View File

@ -24,7 +24,7 @@ setup(
description = 'Extends Trac to notify a configured set of e-mail addresses upon ticket creation.',
license = 'BSD',
keywords = 'trac plugin ticket create notify e-mail',
url = 'http://developer.wz2100.net/browser/trunk/tools/trac/plugins/newticketnotification',
url = 'http://developer.wz2100.net/browser/trunk/tools/trac/plugins/ticketnotifications',
classifiers = [
'Framework :: Trac',
'License :: OSI Approved :: BSD License',