Merge pull request #8 from wolfv/futura

futurize mamba
This commit is contained in:
Wolf Vollprecht 2019-03-25 17:33:25 +01:00 committed by GitHub
commit 30e61ca688
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 0 deletions

View File

@ -1,2 +1,3 @@
# -*- coding: utf-8 -*-
from __future__ import absolute_import, division, print_function, unicode_literals
from ._version import version_info, __version__

View File

@ -1,6 +1,9 @@
# -*- coding: utf-8 -*-
# Copyright (C) 2019, QuantStack
# SPDX-License-Identifier: BSD-3-Clause
from __future__ import absolute_import, division, print_function, unicode_literals
import sys, os
from conda.cli.main import generate_parser, init_loggers