FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

fix: properly import version from github_backup package · theapi/python-github-backup@5b30b7e · GitHub

Commit 5b30b7e

Browse files
committed
fix: properly import version from github_backup package
1 parent c3a1771 commit 5b30b7e

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

‎bin/github-backup‎

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,7 @@ except ImportError:
3333
from urllib2 import urlopen
3434
from urllib2 import Request
3535

36-
__version__='asdf'
37-
# from github_backup import __version__
36+
from github_backup import __version__
3837

3938
FNULL = open(os.devnull, 'w')
4039

0 commit comments

Comments
 (0)

Back | FazBrowse Home | New Git URL