diff -r fc09f657082d -r 617f27715b01 VirtualMailManager/Exceptions.py --- a/VirtualMailManager/Exceptions.py Tue Sep 01 05:35:06 2009 +0000 +++ b/VirtualMailManager/Exceptions.py Wed Sep 02 06:08:53 2009 +0000 @@ -4,8 +4,6 @@ """Exception classes for Virtual Mail Manager""" -from constants.VERSION import * - class VMMException(Exception): """Exception class for VirtualMailManager exceptions""" def __init__(self, msg, code):