mirror of
https://github.com/python/cpython.git
synced 2025-07-30 14:44:10 +00:00
Trying again to check it in. Changes to:
- Use Universal Headers as input - Change addpack calls to not depend on Guido's disklayout - Checkge testprograms to use new names for some functions
This commit is contained in:
parent
c7cfb95559
commit
ae8a68f40c
16 changed files with 466 additions and 284 deletions
|
@ -5,6 +5,7 @@ from Ctl import *
|
|||
from Win import *
|
||||
from Evt import *
|
||||
import time
|
||||
import sys
|
||||
|
||||
def main():
|
||||
r = (40, 40, 400, 300)
|
||||
|
@ -12,6 +13,8 @@ def main():
|
|||
w.DrawGrowIcon()
|
||||
r = (40, 40, 100, 60)
|
||||
c = NewControl(w, r, "SPAM!", 1, 0, 0, 1, 0, 0)
|
||||
print 'Ok, try it...'
|
||||
sys.exit(1) # So we can see what happens...
|
||||
|
||||
|
||||
main()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue