From 42da3b72a8ee7deac3abe238fbdb1591d8d945b9 Mon Sep 17 00:00:00 2001 From: pepperpepperpepper Date: Fri, 9 Oct 2015 15:52:02 -0700 Subject: alright got rid of most relative paths --- lib/param/json.py | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 lib/param/json.py (limited to 'lib/param/json.py') diff --git a/lib/param/json.py b/lib/param/json.py deleted file mode 100644 index c72cb11..0000000 --- a/lib/param/json.py +++ /dev/null @@ -1,16 +0,0 @@ -"""Defines the json param type""" -from .param import Param -import simplejson as json - -class Json(Param): - """Defines the json param type. Loads in a - json value and parses it. - - Args: - value: a json string - classname: name of the class to which the param belongs - """ - def __init__(self, value, classname=""): - super(Json, self).__init__(classname=classname) - if value: - self.value = json.loads(value) -- cgit v1.2.3-70-g09d2