Browse Source

Make sure doi2bib is opened as python

Samuel W. Flint 1 year ago
parent
commit
8353a0ea26
1 changed files with 4 additions and 0 deletions
  1. 4 0
      doi2bib

+ 4 - 0
doi2bib

@@ -26,3 +26,7 @@ except HTTPError as e:
     else:
         print('Service unavailable.')
     sys.exit(1)
+
+### Local Variables:
+### mode: python
+### End: