style: Move the last bits of file_types.py to the style package
authorAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 2 Jun 2016 09:37:16 +0000 (10:37 +0100)
committerAndreas Sandberg <andreas.sandberg@arm.com>
Thu, 2 Jun 2016 09:37:16 +0000 (10:37 +0100)
commit95d6d9321fc8fddef72ff86b87cdfe7635b625c3
tree4ad23f00569d1f8255eed8f09463b1bb9e5ca5da
parentdafec4a51542b76a926b390f0cafa6c715a54c49
style: Move the last bits of file_types.py to the style package

The commit that refactored the style checkers into a new Python
package (style: Refactor the style checker as a Python package)
accidentally left a fragment of file_types.py in the old location
(util/style.py). This was caused by a race between the commit that
moved the file and Nate's commit that added a copyright header to the
file.

This commit moves the last fragment (the copyright header) and removes
the old file.

Signed-off-by: Andreas Sandberg <andreas.sandberg@arm.com>
--HG--
extra : amend_source : 946f1f6fee034ae79bd50ea7dfc3299a60f070c0
util/file_types.py [deleted file]
util/style/file_types.py