Skip to content

Commit

Permalink
Fix file headers
Browse files Browse the repository at this point in the history
  • Loading branch information
scasagrande committed Jan 11, 2016
1 parent 0cfd5c3 commit b8a7c83
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
##
# usbtmc_communicator.py: Communicator that uses Python-USBTMC to interface
# with TMC devices.
# vxi11_communicator.py: Communicator that uses python-vxi11 to interface
# with VXI11 devices.
##
# © 2016 Steven Casagrande (scasagrande@galvant.ca).
#
Expand Down
2 changes: 1 addition & 1 deletion instruments/instruments/tests/test_comm/test_vxi11.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/usr/bin/python
# -*- coding: utf-8 -*-
#
# test_util_fns.py: Tests various utility functions.
# test_vxi11.py: Tests VXI11Communicator
#
# © 2016 Steven Casagrande (scasagrande@galvant.ca).
#
Expand Down

0 comments on commit b8a7c83

Please sign in to comment.