diff options
| author | stephanchrst <stephanchrst@gmail.com> | 2022-09-13 12:05:33 +0700 |
|---|---|---|
| committer | stephanchrst <stephanchrst@gmail.com> | 2022-09-13 12:05:33 +0700 |
| commit | 8f3d096dbae18bacd95796d03b17d4d94a806c85 (patch) | |
| tree | ae90032724dabe417b907db43145639e6df9565f /jasper_reports/tests/__init__.py | |
| parent | 0d87fec0c4c6fb573b1a09076f6d50844d8d0a80 (diff) | |
jasper report integration
Diffstat (limited to 'jasper_reports/tests/__init__.py')
| -rwxr-xr-x | jasper_reports/tests/__init__.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/jasper_reports/tests/__init__.py b/jasper_reports/tests/__init__.py new file mode 100755 index 0000000..7b8f839 --- /dev/null +++ b/jasper_reports/tests/__init__.py @@ -0,0 +1,2 @@ +# -*- coding: utf-8 -*- +from . import test_jasper_report |
