mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Whitespace normalization, via reindent.py.
This commit is contained in:
parent
e6ddc8b20b
commit
182b5aca27
453 changed files with 31318 additions and 31452 deletions
|
@ -1557,7 +1557,7 @@ class Tk(Misc, Wm):
|
|||
self._tkloaded = 0
|
||||
# to avoid recursions in the getattr code in case of failure, we
|
||||
# ensure that self.tk is always _something_.
|
||||
self.tk = None
|
||||
self.tk = None
|
||||
if baseName is None:
|
||||
import sys, os
|
||||
baseName = os.path.basename(sys.argv[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue