Skip to content

Commit 2239c83

Browse files
committed
picam: we are Python3 only, specify it on shebang line and remove encoding line.
1 parent c993453 commit 2239c83

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

microscope/cameras/picam.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
#!/usr/bin/env python
2-
# -*- coding: utf-8 -*-
1+
#!/usr/bin/env python3
32

43
## Copyright (C) 2016-2017 Mick Phillips <mick.phillips@gmail.com>
54
## Copyright (C) 2019 Ian Dobbie <ian.dobbie@bioch.ox.ac.uk>

0 commit comments

Comments
 (0)