This website works better with JavaScript.
Home
Help
Sign In
ben
/
git-repo-updater
mirror of
https://github.com/earwig/git-repo-updater
Watch
1
Star
1
Fork
0
Code
Releases
11
Activity
Browse Source
Remove relative imports from __init__ so __version__ can be read without deps.
tags/v0.2
Ben Kurtovic
10 years ago
parent
25127f4e94
commit
30d01fd200
1 changed files
with
0 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-2
gitup/__init__.py
+ 0
- 2
gitup/__init__.py
View File
@@ -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…
Cancel
Save