changeset 138 | 617f27715b01 |
parent 102 | 485d3f7d6981 |
child 162 | 0ac9ef587769 |
--- 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):