1
# Copyright 2010 Canonical Ltd. This software is licensed under the
2
# GNU Affero General Public License version 3 (see the file LICENSE).
4
""" A list of top-level standard python library names.
6
This list is used by format-imports to determine if a module is in this group
8
The list is taken from http://docs.python.org/release/2.5.4/lib/modindex.html
9
but modules specific to other OSs have been taken out. It may need to be
10
updated from time to time.
13
python_standard_libs = [
176
'SimpleXMLRPCServer',