Skip to content
Snippets Groups Projects
Commit 0432a8b0 authored by Taddeus Kroes's avatar Taddeus Kroes
Browse files

Fixed import errors.

parent ef3125ad
No related branches found
No related tags found
No related merge requests found
from copy import copy
from utils import Block
from statement import Block
class BasicBlock(Block):
......
import unittest
from src.optimize import optimize_global
from src.utils import Statement as S, Block as B
from src.statement import Statement as S, Block as B
class TestOptimize(unittest.TestCase):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment