Skip to content

Commit

Permalink
Merge pull request #2 from jubalh/master
Browse files Browse the repository at this point in the history
Add utf-8 header to split_text.py
  • Loading branch information
chickendude committed Jul 8, 2018
2 parents 5e34313 + ce24360 commit c051871
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions split_text.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#!/usr/bin/env python
# -*- coding: utf-8 -*-
import glob, os

import pdftotext
Expand Down

0 comments on commit c051871

Please sign in to comment.