Skip to content

Commit

Permalink
change the name of examplepdf
Browse files Browse the repository at this point in the history
  • Loading branch information
Yoxem committed Jun 29, 2021
1 parent 2bd6937 commit 00f487a
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ It's recommended to install the wheel file (.whl) of it with pip3:

## Manual

see `src/example.pdf`
see `src/manual.pdf`

## Packaging

Expand Down
2 changes: 1 addition & 1 deletion src/Clochur/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

dirname = os.path.abspath(os.path.dirname(__file__)) #os.path.dirname('__file__')
PDFJS = os.path.join(dirname, '../thirdparty/pdfjs/web/viewer.html')
PDF = os.path.join(os.path.dirname(dirname), 'example.pdf')
PDF = os.path.join(os.path.dirname(dirname), 'manual.pdf')

app = None

Expand Down
File renamed without changes.

0 comments on commit 00f487a

Please sign in to comment.