Skip to content

Commit 4193dfe

Browse files
committed
Fixed issue with 1.1 compatability
1 parent dca0877 commit 4193dfe

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/clj_ssh/ssh.clj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ Licensed under EPL (http://www.eclipse.org/legal/epl-v10.html)"
5151
(require '[clojure.contrib.io :as io])
5252
(catch Exception e
5353
(require '[clojure.contrib.java-utils :as io :only [file]])
54+
(ns-unmap 'clj-ssh.ssh 'call-method)
5455
(use '[clojure.contrib.java-utils :only [wall-hack-method]
5556
:rename {wall-hack-method call-method}])))
5657

0 commit comments

Comments
 (0)