pep8 cleanup and remove unused vars/imports

This commit is contained in:
Campbell Barton
2011-02-17 04:35:41 +00:00
parent f7295ad6d9
commit 812f238494
20 changed files with 61 additions and 97 deletions

View File

@@ -28,7 +28,6 @@
# <pep8 compliant>
import sys
import os
if len(sys.argv) < 2:
sys.stdout.write("Usage: ctodata <c_file>\n")