瀏覽代碼

Add carbon to a couple python imports for correctness (#1033)

Jon Meow 4 年之前
父節點
當前提交
ffc2be92d6
共有 2 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      executable_semantics/syntax/format_grammar_test.py
  2. 1 1
      proposals/scripts/new_proposal_test.py

+ 1 - 1
executable_semantics/syntax/format_grammar_test.py

@@ -8,7 +8,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 
 import unittest
 
-from executable_semantics.syntax import format_grammar
+from carbon.executable_semantics.syntax import format_grammar
 
 
 class TestFormatGrammar(unittest.TestCase):

+ 1 - 1
proposals/scripts/new_proposal_test.py

@@ -11,7 +11,7 @@ SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
 import os
 import unittest
 
-from proposals.scripts import new_proposal
+from carbon.proposals.scripts import new_proposal
 
 
 class TestNewProposal(unittest.TestCase):