Fixed a libpq.OperationalError in Account.delete()
Passing only the object's address string to the 'alias delete' query, not the
whole EmailAddress object.
# -*- coding: UTF-8 -*-# Copyright (c) 2007 - 2009, VEB IT# See COPYING for distribution information.# package placeholder## EOF