mirror of
https://github.com/python/cpython.git
synced 2025-07-29 06:05:00 +00:00
rearranged some imports
This commit is contained in:
parent
8a0232d84f
commit
2e9e71fea6
4 changed files with 8 additions and 23 deletions
|
@ -1,15 +1,13 @@
|
|||
from Carbon import Qd
|
||||
from Carbon import Win
|
||||
from Carbon import QuickDraw
|
||||
from Carbon import Evt
|
||||
from Carbon import Evt, Qd, QuickDraw, Win
|
||||
import string
|
||||
from types import *
|
||||
import sys
|
||||
|
||||
WidgetsError = "WidgetsError"
|
||||
class WidgetsError(Exception): pass
|
||||
|
||||
DEBUG = 0
|
||||
|
||||
|
||||
class Widget:
|
||||
|
||||
"""Base class for all widgets."""
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue