Skip to content

Commit

Permalink
adding a missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Yassine Azzouz authored and Yassine Azzouz committed Jul 27, 2017
1 parent 3d58538 commit e260088
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pywhdfs/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
from .client import WebHDFSClient
import logging as lg

__version__ = '1.0.3'
__version__ = '1.0.4'
__author__ = 'Yassine Azzouz'
__license__ = 'MIT'
1 change: 1 addition & 0 deletions pywhdfs/client.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
import stat
import grp
import pwd
import sys
import posixpath as psp
import os.path as osp

Expand Down

0 comments on commit e260088

Please sign in to comment.