fixed a non-Carbon Carbon import

This commit is contained in:
Just van Rossum 2001-11-02 19:21:34 +00:00
parent 64350b4610
commit 01c9805b8d
1 changed files with 1 additions and 1 deletions

View File

@ -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)