mirror of
https://github.com/python/cpython.git
synced 2025-09-16 21:56:14 +00:00
Need to import sys!
This commit is contained in:
parent
f903898fff
commit
d53869ea33
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@ import string
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
import fnmatch
|
import fnmatch
|
||||||
|
import sys
|
||||||
from Tkinter import *
|
from Tkinter import *
|
||||||
import tkMessageBox
|
import tkMessageBox
|
||||||
import SearchEngine
|
import SearchEngine
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue