mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2026-02-08 11:28:23 +00:00
avoiding rust version incompatibility bug
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
import base64
|
||||
import json
|
||||
import os
|
||||
from cryptography.fernet import Fernet
|
||||
# from cryptography.fernet import Fernet # fails after server upgrade due to wsgi bug
|
||||
from troggle.core.fernet import Fernet
|
||||
|
||||
from pathlib import Path
|
||||
|
||||
from django.conf import settings
|
||||
|
||||
Reference in New Issue
Block a user