Skip to content

Commit

Permalink
fixed encoding header info
Browse files Browse the repository at this point in the history
  • Loading branch information
ibressler committed Sep 28, 2020
1 parent 94fc592 commit 8375642
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions reBin.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
#coding: utf-8
#!/usr/bin/env python
# -*- coding: utf-8 -*-

"""
Overview
Expand Down
3 changes: 2 additions & 1 deletion readPDH.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@

# -*- coding: utf-8 -*-
# readPDH.py

def readPDH(ifname):
# function for reading SAXS data files in pdh-format
Expand Down

0 comments on commit 8375642

Please sign in to comment.