Skip to content

Commit

Permalink
move mockup package under synprov
Browse files Browse the repository at this point in the history
  • Loading branch information
jaeddy committed Jul 2, 2019
1 parent 12a9a12 commit fd3e060
Show file tree
Hide file tree
Showing 9 changed files with 6 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import uuid
import json

from mockup_data.dict import ActivityClass
from synprov.mockup_data.dict import ActivityClass

class Activity:

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
import json
import random as r

from mockup_data.dict import *
from synprov.mockup_data.dict import (AgentRoles,
ReferenceRoles,
ActivityClass,
RelationTypes)


class Relationship:

Expand Down

0 comments on commit fd3e060

Please sign in to comment.