Initial work on pickling for #226

This commit is contained in:
Rowan Cockett
2016-02-09 13:41:49 -08:00
parent 463b9b6164
commit ffffcb4b7b
3 changed files with 36 additions and 7 deletions
+2 -2
View File
@@ -65,8 +65,8 @@ def setKwargs(obj, ignore=[], **kwargs):
else:
raise Exception('%s attr is not recognized' % attr)
hook(obj,hook, silent=True)
hook(obj,setKwargs, silent=True)
# hook(obj,hook, silent=True)
# hook(obj,setKwargs, silent=True)
def printTitles(obj, printers, name='Print Titles', pad=''):
titles = ''