JCLOUDS-123: Using Clojure core incubator-specific nilsafe in AMI service binding

Submitted by Trevor Wennblom
This commit is contained in:
Andrew Phillips 2013-06-12 09:23:01 +01:00
parent a3488dc43c
commit f8fae7d557
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@
#^{:author "Hunter Hutchinson, hunter.hutchinson@gmail.com"
:doc "A clojure binding to the jclouds AMI service interface."}
org.jclouds.ec2.ami2
(:use org.jclouds.compute2 [clojure.core.incubator :only (-?>)])
(:use org.jclouds.compute2)
(:import org.jclouds.aws.domain.Region
org.jclouds.ec2.services.AMIClient
org.jclouds.ec2.options.CreateImageOptions