Skip to content

Commit

Permalink
add example python file for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rplevy committed Dec 12, 2011
1 parent 1ce5b7c commit 1bf379e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/clojure_python/example.py
@@ -0,0 +1,4 @@
# python module to import for tests

def hello(s):
"hello, " + s + " how are you."

0 comments on commit 1bf379e

Please sign in to comment.