mirror of
https://github.com/nasa/trick.git
synced 2024-12-21 06:03:10 +00:00
14a75508a3
Changed all header file once include variables to follow the same naming convention and not start with any underscores. Also deleted old incorrect copyright notices. Also removed $Id: tags from all files. Fixes #14. Fixes #22.
11 lines
117 B
Python
11 lines
117 B
Python
|
|
# empty
|
|
|
|
def main():
|
|
trick.real_time_enable()
|
|
trick.itimer_enable()
|
|
|
|
if __name__ == "__main__":
|
|
main()
|
|
|