Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
Merge pull request #39 from rht/contracts
Browse files Browse the repository at this point in the history
Reorg contracts
  • Loading branch information
DavoudTaghawiNejad committed Jun 19, 2017
2 parents 83cfbe7 + 6f72861 commit 6516391
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
include README.rst
include template/*
include abce/contracts/*
include unittest/*
include abce/agents/*
recursive-include example *
Expand Down
2 changes: 1 addition & 1 deletion abce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
from abce.agents import (FirmMultiTechnologies, ProductionFunction, Firm, Household,
Utility_Function, SilentDeadAgent, LoudDeadAgent)
from .quote import Quote
from .contracting import Contracting
from abce.contracts import Contracting
import json
from . import abcegui
from .processorgroup import ProcessorGroup
Expand Down
1 change: 1 addition & 0 deletions abce/contracts/__init__.py
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
from .contracting import Contracting
File renamed without changes.
File renamed without changes.

0 comments on commit 6516391

Please sign in to comment.