fix(CLI): struct access compiles ...

... but currently wouldn't run as we don't initialize the optional sub-
structures at all.
This commit is contained in:
Sebastian Thiel
2015-04-16 19:53:15 +02:00
parent 15b78cd1ff
commit bf22bef77a
4 changed files with 37 additions and 25 deletions

View File

@@ -4,7 +4,7 @@ import os
import re
import collections
from copy import deepcopy
from random import (randint, random, choice, seed)
from random import (randint, random, choice)
SPLIT_START = '>>>>>>>'
SPLIT_END = '<<<<<<<'