diff options
author | Mark Sapiro <mark@msapiro.net> | 2009-02-20 14:01:54 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2009-02-20 14:01:54 -0800 |
commit | ef2cdaf9f435381e9bf09dcc0142121abdcf10c2 (patch) | |
tree | b7ec3736d9131074b9798c718b588c1d14910a98 | |
parent | 26adff56b162aa0ee4ad194476c5f754b745291d (diff) | |
download | mailman2-ef2cdaf9f435381e9bf09dcc0142121abdcf10c2.tar.gz mailman2-ef2cdaf9f435381e9bf09dcc0142121abdcf10c2.tar.xz mailman2-ef2cdaf9f435381e9bf09dcc0142121abdcf10c2.zip |
Removed no longer used import.
-rw-r--r-- | misc/paths.py.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/paths.py.in b/misc/paths.py.in index f7819920..c5e56177 100644 --- a/misc/paths.py.in +++ b/misc/paths.py.in @@ -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@' |