mirror of
https://github.com/nikdoof/test-auth.git
synced 2025-12-14 06:42:16 +00:00
Correct import on fabric config
This commit is contained in:
1
fabfile.py
vendored
1
fabfile.py
vendored
@@ -1,5 +1,6 @@
|
|||||||
from __future__ import with_statement
|
from __future__ import with_statement
|
||||||
import time
|
import time
|
||||||
|
import os
|
||||||
from fabric.api import *
|
from fabric.api import *
|
||||||
from hashlib import sha1
|
from hashlib import sha1
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user