Remove duplicate entry.

This commit is contained in:
Georg Brandl 2010-08-21 11:40:30 +00:00
parent 52c36051bd
commit 01099a7757
1 changed files with 0 additions and 1 deletions

View File

@ -174,7 +174,6 @@ GLHACK=-Dclear=__GLclear
#_struct _struct.c # binary structure packing/unpacking #_struct _struct.c # binary structure packing/unpacking
#time timemodule.c # -lm # time operations and variables #time timemodule.c # -lm # time operations and variables
#operator operator.c # operator.add() and similar goodies #operator operator.c # operator.add() and similar goodies
#_weakref _weakref.c # basic weak reference support
#_testcapi _testcapimodule.c # Python C API test module #_testcapi _testcapimodule.c # Python C API test module
#_random _randommodule.c # Random number generator #_random _randommodule.c # Random number generator
#_collections _collectionsmodule.c # Container types #_collections _collectionsmodule.c # Container types