------------------------------------------------------------ revno: 1177 committer: Mark Sapiro <[email protected]> branch nick: 2.1 timestamp: Fri 2009-02-20 14:01:54 -0800 message: Removed no longer used import. modified: misc/paths.py.in
=== modified file 'misc/paths.py.in' --- misc/paths.py.in 2008-11-30 17:10:18 +0000 +++ misc/paths.py.in 2009-02-20 22:01:54 +0000 @@ -1,6 +1,6 @@ # -*- python -*- -# Copyright (C) 1998-2008 by the Free Software Foundation, Inc. +# Copyright (C) 1998-2009 by the Free Software Foundation, Inc. # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License @@ -26,7 +26,6 @@ import os import sys -from warnings import filterwarnings # some scripts expect this attribute to be in this module prefix = '@prefix@' -- Stable, maintained release series https://code.launchpad.net/~mailman-coders/mailman/2.1 Your team Mailman Checkins is subscribed to branch lp:mailman/stable. To unsubscribe from this branch go to https://code.launchpad.net/~mailman-coders/mailman/2.1/+edit-subscription. _______________________________________________ Mailman-checkins mailing list [email protected] Unsubscribe: http://mail.python.org/mailman/options/mailman-checkins/archive%40jab.org
