This website works better with JavaScript.
首頁
說明
登入
ben
/
git-repo-updater
镜像来自
https://github.com/earwig/git-repo-updater
關註
1
收藏
1
複製
0
程式碼
版本發佈
11
Activity
瀏覽代碼
Remove relative imports from __init__ so __version__ can be read without deps.
tags/v0.2
Ben Kurtovic
10 年之前
父節點
25127f4e94
當前提交
30d01fd200
共有
1 個文件被更改
,包括
0 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
gitup/__init__.py
+ 0
- 2
gitup/__init__.py
查看文件
@@ -12,5 +12,3 @@ __copyright__ = "Copyright (C) 2011-2014 Ben Kurtovic"
__license__ = "MIT License"
__version__ = "0.2.dev"
__email__ = "ben.kurtovic@gmail.com"
from . import config, script, update
Write
Preview
Loading…
取消
儲存