Skip to content

Commit

Permalink
Use parser in keywords namespace as well
Browse files Browse the repository at this point in the history
  • Loading branch information
semperos committed Apr 5, 2011
1 parent 626c784 commit 141c342
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/robot_framework_clowd/keywords.clj
Original file line number Original file line Diff line number Diff line change
@@ -1,7 +1,7 @@
(ns robot-framework-clowd.keywords (ns robot-framework-clowd.keywords
(:require [clj-webdriver.core :as wd] :reload-all (:require [clj-webdriver.core :as wd] :reload-all
[clj-webdriver.firefox :as firefox]) [clj-webdriver.firefox :as firefox])
(:use [robot-framework-clowd core] :reload (:use [robot-framework-clowd core parser] :reload
robot-remote-server.core) robot-remote-server.core)
(:import javax.swing.JOptionPane) (:import javax.swing.JOptionPane)
(:gen-class :main true)) (:gen-class :main true))
Expand Down

0 comments on commit 141c342

Please sign in to comment.