File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ ipython_config.py
85
85
# pyenv
86
86
# For a library or package, you might want to ignore these files since the code is
87
87
# intended to run in multiple environments; otherwise, check them in:
88
- # .python-version
88
+ .python-version
89
89
90
90
# pipenv
91
91
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Change Log
3
3
==========
4
4
5
5
6
- v1.3.0 (2024-02-17 )
6
+ v1.3.0 (2024-02-18 )
7
7
===================
8
8
9
9
* Implemented `Remove support for python 3.8 <https://github.com/bckohan/django-render-static/issues/30 >`_
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/env python
2
+ import sys
3
+ from pathlib import Path
4
+
5
+ sys .path .append (str (Path (__file__ ).parent .parent ))
2
6
from tests import track_file
3
7
import json
4
- import sys
8
+
5
9
6
10
if __name__ == "__main__" :
7
11
if not track_file .is_file ():
You can’t perform that action at this time.
0 commit comments