1
0
Fork 0
mirror of https://github.com/ThomasGsp/HyperProxmox.git synced 2025-03-09 15:40:18 +00:00

Delete useless import

This commit is contained in:
thomas.guiseppin 2017-10-25 20:45:28 +02:00
parent f9142b78ea
commit 67dfa9a5c2

View file

@ -1,5 +1,4 @@
from core.modules.mod_access import * from core.modules.mod_access import *
import base64
def pcrypt(data, key): def pcrypt(data, key):
CritConf = CryticalData() CritConf = CryticalData()