First pass on API generator. Not for serious use.
[plstackapi.git] / planetstack / dmdot
index b40d1af..0075f59 100755 (executable)
@@ -46,5 +46,3 @@ elif (output=='-json'):
                                except KeyError:
                                        d[c.__name__]=[f.name.title()]
        print json.dumps(d,indent=4)
-       
-