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
d019cf01
Commit
d019cf01
authored
Nov 17, 1999
by
Guido van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed fron importing wcnew back to webchecker.
parent
fdc980e0
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
Tools/webchecker/wcgui.py
Tools/webchecker/wcgui.py
+1
-3
Tools/webchecker/websucker.py
Tools/webchecker/websucker.py
+1
-3
No files found.
Tools/webchecker/wcgui.py
View file @
d019cf01
...
...
@@ -63,11 +63,9 @@ import getopt
import
string
from
Tkinter
import
*
import
tktools
import
w
cnew
import
w
ebchecker
import
random
webchecker
=
wcnew
# Override some for a weaker platform
if
sys
.
platform
==
'mac'
:
webchecker
.
DEFROOT
=
"http://grail.cnri.reston.va.us/"
...
...
Tools/webchecker/websucker.py
View file @
d019cf01
...
...
@@ -10,9 +10,7 @@ import string
import
urllib
import
getopt
import
wcnew
webchecker
=
wcnew
import
webchecker
# Extract real version number if necessary
if
__version__
[
0
]
==
'$'
:
...
...
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