aboutsummaryrefslogtreecommitdiff
path: root/python
diff options
context:
space:
mode:
authorAaron Davidson <aaron@databricks.com>2013-09-08 00:30:47 -0700
committerAaron Davidson <aaron@databricks.com>2013-09-08 00:30:47 -0700
commita3868544be9fe74ea925016d125a5e9f61eeb902 (patch)
treeb4704da2c7cec84f98ab3d4e3615a08c4f9a6c24 /python
parentc1cc8c4da239965e8ad478089b27e9c694088978 (diff)
downloadspark-a3868544be9fe74ea925016d125a5e9f61eeb902.tar.gz
spark-a3868544be9fe74ea925016d125a5e9f61eeb902.tar.bz2
spark-a3868544be9fe74ea925016d125a5e9f61eeb902.zip
Whoopsy daisy
Diffstat (limited to 'python')
-rw-r--r--python/pyspark/context.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/python/pyspark/context.py b/python/pyspark/context.py
index efd7828df6..597110321a 100644
--- a/python/pyspark/context.py
+++ b/python/pyspark/context.py
@@ -48,7 +48,6 @@ class SparkContext(object):
_active_spark_context = None
_lock = Lock()
_python_includes = None # zip and egg files that need to be added to PYTHONPATH
- StorageLevel = None
def __init__(self, master, jobName, sparkHome=None, pyFiles=None,
environment=None, batchSize=1024):