mirror of
https://github.com/bigchaindb/bigchaindb.git
synced 2024-10-13 13:34:05 +00:00
Remove import unicode_literals from Fabric scripts
This commit is contained in:
parent
03c2d0f1f2
commit
579efa3e71
@ -3,7 +3,7 @@
|
|||||||
""" Generating genesis block
|
""" Generating genesis block
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import with_statement, unicode_literals
|
from __future__ import with_statement
|
||||||
|
|
||||||
from fabric import colors as c
|
from fabric import colors as c
|
||||||
from fabric.api import *
|
from fabric.api import *
|
||||||
|
2
deploy-cluster-aws/fabfile.py
vendored
2
deploy-cluster-aws/fabfile.py
vendored
@ -4,7 +4,7 @@
|
|||||||
bigchaindb, including its storage backend.
|
bigchaindb, including its storage backend.
|
||||||
"""
|
"""
|
||||||
|
|
||||||
from __future__ import with_statement, unicode_literals
|
from __future__ import with_statement
|
||||||
|
|
||||||
import requests
|
import requests
|
||||||
from time import *
|
from time import *
|
||||||
|
Loading…
x
Reference in New Issue
Block a user