remove unneeded commands

Change-Id: I2b3a343a117fced0195f23c3051902c1387e6bcc
This commit is contained in:
Enrico Faulhaber
2017-09-12 18:32:09 +02:00
parent b9b2db1763
commit 54379a586a
3 changed files with 4 additions and 16 deletions

View File

@ -480,6 +480,7 @@ class StructOf(DataType):
return self.validate(dict(value))
# idea to mix commands and params, not yet used....
class Command(DataType):
IS_COMMAND = True