Bringing up to date with VisPyCanvas. Mostly migration of Tcl commands to new architecture.

This commit is contained in:
Juan Pablo Caram
2016-10-08 11:49:22 -04:00
parent 2abc9a8faf
commit f77403b0f2
37 changed files with 3619 additions and 1471 deletions

View File

@@ -1,5 +1,4 @@
from ObjectCollection import *
from PyQt4 import QtCore
import TclCommand
@@ -23,7 +22,7 @@ class TclCommandNew(TclCommand.TclCommand):
# structured help for current command, args needs to be ordered
help = {
'main': "Starts a new project. Clears objects from memory.",
'args': collections.OrderedDict(),
'args': collections.OrderedDict(),
'examples': []
}