commit | 7581c01a159ce04101798a39c04b5fa37ac718d2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jun 18 22:08:58 2017 -0600 |
committer | Simon Glass <sjg@chromium.org> | Tue Jul 11 10:08:20 2017 -0600 |
tree | 1771734bfc64c2c1baa38fbbb9ef595339ec1f1f | |
parent | 14f5acfc5b0c133cbe5e7f5bffc0519f994abbfa [diff] |
dtoc: Split out the main class into its own file To simplify running tests we should move this class into its own file. This allows the tests to import it without having to import dtoc.py, which runs the tests. Signed-off-by: Simon Glass <sjg@chromium.org>