Skip to content

Commit

Permalink
adjust module path
Browse files Browse the repository at this point in the history
  • Loading branch information
sk1418 committed Aug 11, 2015
1 parent b7c00b2 commit 26c53b7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from setuptools import setup, find_packages
import glob
import zxver
import zhuaxia.zxver as zxver
setup(
name = 'zhuaxia',
version = zxver.version,
Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion zx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import zhuaxia.threadpool as threadpool
import zhuaxia.xiami as xm
import zhuaxia.downloader as downloader
import zhuaxia.commander as commander
import zxver
import zhuaxia.zxver as zxver


# logger name
Expand Down

0 comments on commit 26c53b7

Please sign in to comment.