mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
Rip out all the u"..." literals and calls to unicode().
This commit is contained in:
parent
572dbf8f13
commit
ef87d6ed94
200 changed files with 18074 additions and 18074 deletions
|
|
@ -147,7 +147,7 @@ class build_clib (Command):
|
|||
raise DistutilsSetupError, \
|
||||
"each element of 'libraries' must a 2-tuple"
|
||||
|
||||
if isinstance(lib[0], basestring) StringType:
|
||||
if isinstance(lib[0], basestring):
|
||||
raise DistutilsSetupError, \
|
||||
"first element of each tuple in 'libraries' " + \
|
||||
"must be a string (the library name)"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue