From a5afece2d7c3d53d9c50aae77afb9f0dd2015ebc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Garc=C3=ADa=20Amor?= Date: Mon, 7 Aug 2017 14:07:52 +0200 Subject: [PATCH] Add missing import --- supysonic/managers/user.py | 1 + 1 file changed, 1 insertion(+) diff --git a/supysonic/managers/user.py b/supysonic/managers/user.py index d4bd752..27c8adb 100644 --- a/supysonic/managers/user.py +++ b/supysonic/managers/user.py @@ -9,6 +9,7 @@ # # Distributed under terms of the GNU AGPLv3 license. +import binascii import string import random import hashlib