Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitb919010

Browse files
committed
put version stuff back.
1 parenteba6717 commitb919010

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

‎lib/git/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
importos
22
importinspect
33

4-
# grab the version information
5-
v=open(os.path.join(os.path.dirname(__file__),'..','..','VERSION'))
6-
__version__=v.readline().strip()
7-
v.close()
4+
__version__='svn'
85

96
fromgit.actorimportActor
107
fromgit.blobimportBlob

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def make_release_tree (self, base_dir, files):
2828
ifhasattr(os,'link')andpath.exists(dest):
2929
os.unlink(dest)
3030
self.copy_file(orig,dest)
31-
#_stamp_version(dest)
31+
_stamp_version(dest)
3232

3333
def_stamp_version(filename):
3434
found,out=False, []

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp