mirror of
				https://github.com/paperless-ngx/paperless-ngx.git
				synced 2025-10-30 03:56:23 -05:00 
			
		
		
		
	Accounts for Python 3.8 backported zoneinfo
This commit is contained in:
		| @@ -1,9 +1,13 @@ | ||||
| import shutil | ||||
| import tempfile | ||||
| import zoneinfo | ||||
| from pathlib import Path | ||||
| from unittest import mock | ||||
|  | ||||
| try: | ||||
|     import zoneinfo | ||||
| except ImportError: | ||||
|     import backports.zoneinfo as zoneinfo | ||||
|  | ||||
| from django.test import override_settings | ||||
| from django.test import TestCase | ||||
| from django.utils import timezone | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Trenton Holmes
					Trenton Holmes