ソースを参照

Remove relative imports from __init__ so __version__ can be read without deps.

tags/v0.2
Ben Kurtovic 10年前
コミット
30d01fd200
1個のファイルの変更0行の追加2行の削除
  1. +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

読み込み中…
キャンセル
保存