but rather prints to the screen
In [1]: import EzTemplate
In [2]: M=EzTemplate.Multi(rows=3,columns=3)
In [3]: M.get()
Out[3]: <vcs.template.P at 0x7f910a927bb0>
In [4]: vcs.removeobject(M)
Out[4]: 'This is not a template, graphics method, or secondary method object.'
Should we error exit?
reported by @lee1043
please @durack1 and @danlipsa let me know what you think