fixed constants import
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import random
|
import random
|
||||||
import string
|
import string
|
||||||
|
|
||||||
from constants import DEFAULT_BACKUP_DIRECTORY
|
from .constants import DEFAULT_BACKUP_DIRECTORY
|
||||||
|
|
||||||
|
|
||||||
def make_password(length=16):
|
def make_password(length=16):
|
||||||
|
|||||||
Reference in New Issue
Block a user