Skip to content

Commit

Permalink
Merge 1d3f848 into 1830682
Browse files Browse the repository at this point in the history
  • Loading branch information
annawzz committed Apr 26, 2017
2 parents 1830682 + 1d3f848 commit ac98769
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions openprocurement/tender/competitivedialogue/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
set_ownership as api_set_ownership
)
from openprocurement.tender.core.utils import (
save_tender, apply_patch, calculate_business_date
save_tender, apply_patch, calculate_business_date,
has_unanswered_questions, has_unanswered_complaints
)
from openprocurement.tender.core.validation import (
validate_tender_period_extension
)
from openprocurement.tender.openua.utils import (
check_complaint_status, has_unanswered_questions,
has_unanswered_complaints
check_complaint_status
)
from openprocurement.tender.openeu.utils import (
all_bids_are_reviewed, prepare_qualifications
Expand Down

0 comments on commit ac98769

Please sign in to comment.