Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
NfsClient
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Radoslav Bodó
NfsClient
Commits
0451101b
Commit
0451101b
authored
Apr 19, 2019
by
CharmingYang0
Committed by
ChunMing Yang
Apr 19, 2019
Browse files
Options
Downloads
Patches
Plain Diff
remove unicode_iteral import to support python2
parent
8d3e346e
No related branches found
No related tags found
No related merge requests found
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
pyNfsClient/__info__.py
+1
-1
1 addition, 1 deletion
pyNfsClient/__info__.py
pyNfsClient/__init__.py
+1
-1
1 addition, 1 deletion
pyNfsClient/__init__.py
with
2 additions
and
2 deletions
pyNfsClient/__info__.py
+
1
−
1
View file @
0451101b
__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
"
...
...
This diff is collapsed.
Click to expand it.
pyNfsClient/__init__.py
+
1
−
1
View file @
0451101b
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__
)
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment