mirror of
https://github.com/laurivosandi/certidude
synced 2024-11-10 15:10:35 +00:00
7 lines
113 B
Python
7 lines
113 B
Python
|
|
try:
|
|
from future.standard_library import install_aliases
|
|
install_aliases()
|
|
except ImportError:
|
|
pass
|