mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
fixed a non-Carbon Carbon import
This commit is contained in:
parent
64350b4610
commit
01c9805b8d
1 changed files with 1 additions and 1 deletions
|
@ -289,7 +289,7 @@ class BrowserWidget(W.List):
|
|||
selitems.append(double_repr(key, value))
|
||||
text = string.join(selitems, '\r')
|
||||
if text:
|
||||
import Scrap
|
||||
from Carbon import Scrap
|
||||
Scrap.ZeroScrap()
|
||||
Scrap.PutScrap('TEXT', text)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue