mirror of
https://github.com/python/cpython.git
synced 2025-08-01 15:43:13 +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
|
@ -5,18 +5,18 @@ import macresource
|
|||
import os
|
||||
|
||||
class TestApp(Wapplication.Application):
|
||||
|
||||
def __init__(self):
|
||||
from Carbon import Res
|
||||
# macresource.open_pathname("Widgets.rsrc")
|
||||
self._menustocheck = []
|
||||
self.preffilepath = os.path.join("Python", "PythonIDE preferences")
|
||||
Wapplication.Application.__init__(self, 'Pyth')
|
||||
# open a new text editor
|
||||
import PyEdit
|
||||
PyEdit.Editor()
|
||||
# start the mainloop
|
||||
self.mainloop()
|
||||
|
||||
|
||||
def __init__(self):
|
||||
from Carbon import Res
|
||||
# macresource.open_pathname("Widgets.rsrc")
|
||||
self._menustocheck = []
|
||||
self.preffilepath = os.path.join("Python", "PythonIDE preferences")
|
||||
Wapplication.Application.__init__(self, 'Pyth')
|
||||
# open a new text editor
|
||||
import PyEdit
|
||||
PyEdit.Editor()
|
||||
# start the mainloop
|
||||
self.mainloop()
|
||||
|
||||
|
||||
TestApp()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue