aboutsummaryrefslogtreecommitdiff
path: root/python/test_support/userlibrary.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/test_support/userlibrary.py')
-rwxr-xr-xpython/test_support/userlibrary.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/python/test_support/userlibrary.py b/python/test_support/userlibrary.py
index 8e4a6292bc..73fd26e71f 100755
--- a/python/test_support/userlibrary.py
+++ b/python/test_support/userlibrary.py
@@ -19,6 +19,8 @@
Used to test shipping of code depenencies with SparkContext.addPyFile().
"""
+
class UserClass(object):
+
def hello(self):
return "Hello World!"