Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01c9805

Browse files
committed
fixed a non-Carbon Carbon import
1 parent 64350b4 commit 01c9805

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Mac/Tools/IDE/PyBrowser.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ def domenu_copy(self, *args):
289289
selitems.append(double_repr(key, value))
290290
text = string.join(selitems, '\r')
291291
if text:
292-
import Scrap
292+
from Carbon import Scrap
293293
Scrap.ZeroScrap()
294294
Scrap.PutScrap('TEXT', text)
295295

0 commit comments

Comments
 (0)