diff options
-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@' |