Skip to content

Commit

Permalink
Revert "implant: fix specter macro requires"
Browse files Browse the repository at this point in the history
This reverts commit be14c08.
  • Loading branch information
darwin committed Sep 7, 2016
1 parent 3b1df8e commit f20faf3
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions src/implant/dirac/implant/automation/reps.cljs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
(ns dirac.implant.automation.reps
(:require-macros [com.rpl.specter.macros :refer [providepath declarepath select select-first]])
(:require [chromex.support :refer-macros [oget oset ocall oapply]]
[chromex.logging :refer-macros [log warn error info]]
[com.rpl.specter :refer [must continue-then-stay multi-path if-path ALL
providepath declarepath select select-first]]
[com.rpl.specter :refer [must continue-then-stay multi-path if-path ALL]]
[dirac.dom :as dom]))

; "reps" are simple data structures representing interesting bits of a DOM tree snapshot.
Expand Down
6 changes: 3 additions & 3 deletions src/implant/dirac/implant/automation/scrapers.cljs
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
(ns dirac.implant.automation.scrapers
(:require-macros [dirac.implant.automation.scrapers :refer [safe->>]])
(:require-macros [com.rpl.specter.macros :refer [providepath declarepath transform select select-one select-first]]
[dirac.implant.automation.scrapers :refer [safe->>]])
(:require [chromex.support :refer-macros [oget oset ocall oapply]]
[chromex.logging :refer-macros [log warn error info]]
[cljs.pprint :refer [pprint]]
[com.rpl.specter :refer [must continue-then-stay multi-path if-path ALL STAY
transform select select-one select-first]]
[com.rpl.specter :refer [must continue-then-stay multi-path if-path ALL STAY]]
[dirac.implant.automation.reps :refer [select-subrep select-subreps build-rep]]
[dirac.dom :as dom]
[dirac.utils]
Expand Down

0 comments on commit f20faf3

Please sign in to comment.