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

Commit

Permalink
Reorg contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
rht committed Jun 19, 2017
1 parent d90e779 commit 6f72861
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/*
recursive-include example *
recursive-include abce/templates *
Expand Down
2 changes: 1 addition & 1 deletion abce/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
from collections import defaultdict, OrderedDict
from .firm import Firm
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 6f72861

Please sign in to comment.