Skip to content

Commit 170ab3f

Browse files
author
zhenwei-li
committed
添加依赖模块
1 parent 5c36652 commit 170ab3f

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

requirements.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
com.dvsnier.config
2+
com.dvsnier.directory
3+
com.dvsnier.process

src/com/dvsnier/git/git.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# -*- coding:utf-8 -*-
22

3-
from com.dvsnier.conf.common_conf import logging_conf
3+
from com.dvsnier.config.common_conf import logging_conf
44

55

66
class Git(object):

0 commit comments

Comments
 (0)