remove creation of some vestigial dirs

This commit is contained in:
Scott Moser 2014-01-17 15:20:21 -05:00
parent 9c6465abcd
commit f23a3c803a

View File

@ -124,9 +124,6 @@ class Init(object):
os.path.join(c_dir, 'scripts', 'per-once'),
os.path.join(c_dir, 'scripts', 'per-boot'),
os.path.join(c_dir, 'scripts', 'vendor'),
os.path.join(c_dir, 'scripts', 'vendor', 'per-boot'),
os.path.join(c_dir, 'scripts', 'vendor', 'per-instance'),
os.path.join(c_dir, 'scripts', 'vendor', 'per-once'),
os.path.join(c_dir, 'seed'),
os.path.join(c_dir, 'instances'),
os.path.join(c_dir, 'handlers'),