Make plugin tab file locations consistent

This commit is contained in:
Jon Tibble 2010-04-30 02:35:41 +01:00
parent 22b00a130f
commit a582d09752
3 changed files with 1 additions and 1 deletions

View File

@ -23,5 +23,4 @@
# Temple Place, Suite 330, Boston, MA 02111-1307 USA #
###############################################################################
from alertstab import AlertsTab
from alertform import AlertForm

View File

@ -24,4 +24,5 @@
###############################################################################
from alertsmanager import AlertsManager
from alertstab import AlertsTab
from manager import DBManager