fixed a non-Carbon Carbon import
This commit is contained in:
parent
64350b4610
commit
01c9805b8d
|
@ -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…
Reference in New Issue