Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
ff88e460
Commit
ff88e460
authored
Oct 20, 2000
by
Just van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
more edits to make the text fit (jvr)
parent
17f944b6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
5 deletions
+4
-5
Mac/Tools/IDE/Splash.py
Mac/Tools/IDE/Splash.py
+4
-5
No files found.
Mac/Tools/IDE/Splash.py
View file @
ff88e460
...
...
@@ -32,17 +32,17 @@ def importing(module):
fontID
=
geneva
Qd
.
TextFont
(
fontID
)
Qd
.
TextSize
(
9
)
rect
=
(
35
,
26
0
,
365
,
276
)
rect
=
(
35
,
26
5
,
365
,
281
)
if
module
:
TE
.
TETextBox
(
'Importing: '
+
module
,
rect
,
0
)
if
not
_progress
:
Qd
.
FrameRect
((
35
,
2
76
,
365
,
284
))
Qd
.
FrameRect
((
35
,
2
81
,
365
,
289
))
pos
=
min
(
36
+
330
*
_progress
/
44
,
364
)
Qd
.
PaintRect
((
36
,
2
77
,
pos
,
283
))
Qd
.
PaintRect
((
36
,
2
82
,
pos
,
288
))
_progress
=
_progress
+
1
else
:
Qd
.
EraseRect
(
rect
)
Qd
.
PaintRect
((
36
,
2
77
,
pos
,
283
))
Qd
.
PaintRect
((
36
,
2
82
,
pos
,
288
))
def
my__import__
(
name
,
globals
=
None
,
locals
=
None
,
fromlist
=
None
):
try
:
...
...
@@ -73,7 +73,6 @@ _keepsplashscreenopen = 0
abouttext1
=
"""The Python Integrated Development Environment for the Macintosh
Version: %s
Copyright 1997-2000 Just van Rossum, Letterror. <just@letterror.com>
Python %s
%s
See: <http://www.python.org/> for information and documentation."""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment