changeset 592:33b313fa1eb0

STUB: python/install_config.py
author Jeff Hammel <k0scist@gmail.com>
date Sat, 25 Jan 2014 10:19:35 -0800
parents 542d329835ec
children dbdc68d85986
files python/install_config.py
diffstat 1 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/python/install_config.py	Fri Jan 24 18:40:45 2014 -0800
+++ b/python/install_config.py	Sat Jan 25 10:19:35 2014 -0800
@@ -41,6 +41,7 @@
         if code:
             raise subprocess.CalledProcessError(code, command)
 
+
 def install_develop(package):
     """install k0s.ware for development"""
 
@@ -59,6 +60,9 @@
 
 ### generic step framework
 
+class StepGraph(object):
+    """a bunch of steps"""
+
 class Step(object):
     @classmethod
     def check(cls):