aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark/files.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/pyspark/files.py')
-rw-r--r--python/pyspark/files.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/python/pyspark/files.py b/python/pyspark/files.py
index 331de9a9b2..797573f49d 100644
--- a/python/pyspark/files.py
+++ b/python/pyspark/files.py
@@ -18,6 +18,9 @@
import os
+__all__ = ['SparkFiles']
+
+
class SparkFiles(object):
"""