Commit 01c9805b authored by Just van Rossum's avatar Just van Rossum

fixed a non-Carbon Carbon import

parent 64350b46
...@@ -289,7 +289,7 @@ class BrowserWidget(W.List): ...@@ -289,7 +289,7 @@ class BrowserWidget(W.List):
selitems.append(double_repr(key, value)) selitems.append(double_repr(key, value))
text = string.join(selitems, '\r') text = string.join(selitems, '\r')
if text: if text:
import Scrap from Carbon import Scrap
Scrap.ZeroScrap() Scrap.ZeroScrap()
Scrap.PutScrap('TEXT', text) Scrap.PutScrap('TEXT', text)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment