Skip to content
Snippets Groups Projects
Commit 0451101b authored by CharmingYang0's avatar CharmingYang0 Committed by ChunMing Yang
Browse files

remove unicode_iteral import to support python2

parent 8d3e346e
No related branches found
No related tags found
No related merge requests found
__title__ = "pyNfsClient"
__description__ = "Pure python NFS client"
__version__ = "0.1.1"
__version__ = "0.1.2"
__license__ = "MIT"
__url__ = "https://github.com/CharmingYang0/NfsClient"
__author__ = "Cooper Yang"
......
from __future__ import absolute_import, unicode_literals
from __future__ import absolute_import
import logging
from logging import NullHandler
from .__info__ import (__version__, __author__, __author_email__, __description__)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment