Skip to content

Commit

Permalink
make the "mkimage.py" script usable
Browse files Browse the repository at this point in the history
  • Loading branch information
EsGeh authored and EsGeh committed Apr 1, 2019
1 parent f506145 commit 47ac7ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mkimage.py
100644 → 100755
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/python3
#!/usr/bin/env python3
# -*- coding: utf-8; mode: python -*-

"""Create an automatically generated dummy cover to be used during testing.
Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ future==0.17.1
pyparsing==2.3.1
PyPDF2==1.26.0
soupsieve==1.9
Pillow==5.4.1

0 comments on commit 47ac7ee

Please sign in to comment.