commit | dc3748d421123e6259553ae542f3e8859adbb1f5 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brians> | Sun Mar 30 12:41:52 2014 -0700 |
committer | Brian Silverman <brians> | Sun Mar 30 12:41:52 2014 -0700 |
tree | 0eb909b3646eed265a054dc2c2584278b12f9b33 | |
parent | f05948bbcb5733ea7bb997ad333486c85a84cbeb [diff] [blame] |
cleaning up old junk in the python code
diff --git a/frc971/control_loops/python/libcdd.py b/frc971/control_loops/python/libcdd.py index 6305aaf..6b81a4f 100644 --- a/frc971/control_loops/python/libcdd.py +++ b/frc971/control_loops/python/libcdd.py
@@ -5,6 +5,7 @@ __author__ = 'Austin Schuh (austin.linux@gmail.com)' import ctypes +import sys # Wrapper around PyFile_AsFile so that we can print out the error messages. # Set the arg type and return types of the function call.