Skip to content

Commit

Permalink
[WAYANG-#8] Change files structure
Browse files Browse the repository at this point in the history
Signed-off-by: bertty <[email protected]>
  • Loading branch information
Bertty Contreras-Rojas authored and berttty committed Apr 8, 2022
1 parent f68dfa8 commit 84b887e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions python/src/pywy/dataquanta.py
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
from typing import Set

from pywy.translate.translator import Translator
from pywy.platforms.basic.translator import Translator
from pywy.types import ( GenericTco, Predicate, Function, FlatmapFunction, IterableO )
from pywy.wayangplan import *
from pywy.wayangplan.wayang import PywyPlan
from pywy.platforms.basic.plan import PywyPlan
from pywy.platforms.basic.plugin import Plugin

class WayangContext:
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from pywy.graph.graphtypes import ( WGraphOfVec, NodeVec )
from pywy.platforms.basic.plugin import Plugin
from pywy.wayangplan.wayang import PywyPlan
from pywy.platforms.basic.plan import PywyPlan
from pywy.platforms.basic.mapping import Mapping

class Translator:
Expand Down

0 comments on commit 84b887e

Please sign in to comment.