changeset 797:3575840553c8

thought about putting this in example; but lets delete this instead
author Jeff Hammel <k0scist@gmail.com>
date Fri, 28 Oct 2016 10:44:50 -0700
parents 892b53d86ff5
children 720e51cb0edb
files python/namespace.py
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/python/namespace.py	Fri Oct 28 10:42:49 2016 -0700
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,4 +0,0 @@
-class Namespace(object):
-    def __init__(self, **kwargs):
-        for key, value in kwargs.items():
-            setattr(self, key, value)