summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Ostler <scottbot9000@gmail.com>2011-02-11 22:46:10 -0500
committerScott Ostler <scottbot9000@gmail.com>2011-02-11 22:46:10 -0500
commit0d31a697cfc9cc79ba015ea040af131410437b56 (patch)
tree6e22d15453e08874c77035c919b68e8eb682a651
parentc6078b29d1063f9ad7252611b68585f7da9733d8 (diff)
parent870195aa045fe36b354ada921e490d3a950bb677 (diff)
Merge branch 'master' of ssh://dump.fm/pichat/repo
-rw-r--r--src/cloud.clj13
1 files changed, 0 insertions, 13 deletions
diff --git a/src/cloud.clj b/src/cloud.clj
deleted file mode 100644
index eacb5c9..0000000
--- a/src/cloud.clj
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
-(def *user* "sbostler@gmail.com")
-(def *pw* "F2X5216c463w21q8ly")
-
-(def container-id-map (ref {}))
-
-(defn list-containers []
- )
-
-(defn create-container [name]
- ())
-