Skip to content

Commit

Permalink
Remove work-around from 18 months ago
Browse files Browse the repository at this point in the history
  • Loading branch information
linas committed Dec 13, 2019
1 parent a164337 commit baa8767
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 13 deletions.
11 changes: 3 additions & 8 deletions opencog/nlp/chatbot/chat-utils.scm
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,13 @@
(use-modules (ice-9 threads) ; needed for par-map
(srfi srfi-1)
(opencog)
(opencog exec)
(opencog ure)
(opencog attention-bank)
(opencog nlp)
(opencog nlp fuzzy)
(opencog nlp microplanning)
(opencog nlp relex2logic)
(opencog exec))

; Temporarily used during transitioning. The aim is to make life easier for
; developers who work with atomspace before opencog/atomspace/pull/1664 while
; waiting for opencog/opencog/issues/3107 to resolve.
(if (resolve-module '(opencog attention-bank) #:ensure #f)
(use-modules (opencog attention-bank)))
(opencog nlp relex2logic))

; -----------------------------------------------------------------------
; TODO: Replace these time related utilities with one from TimeMap, when it is
Expand Down
6 changes: 1 addition & 5 deletions opencog/openpsi/action-selector.scm
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@
; Copyright (C) 2016 OpenCog Foundation
; Copyright (C) 2017 MindCloud

; Temporarily used during transitioning. The aim is to make life easier for
; developers who work with atomspace before opencog/atomspace/pull/1664 while
; waiting for opencog/opencog/issues/3107 to resolve.
(if (resolve-module '(opencog attention-bank) #:ensure #f)
(use-modules (opencog attention-bank)))
(use-modules (opencog) (opencog attention-bank))

; ----------------------------------------------------------------------
(define (psi-set-action-selector! component exec-term)
Expand Down

0 comments on commit baa8767

Please sign in to comment.