Bläddra i källkod

Make sure doi2bib is opened as python

Samuel W. Flint 1 år sedan
förälder
incheckning
8353a0ea26
1 ändrade filer med 4 tillägg och 0 borttagningar
  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: