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

Commit9aa93b5

Browse files
committed
changed svn to git. This makes more sense. I tried trunk, master, edge.
1 parent57a561c commit9aa93b5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎lib/git/__init__.py

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

4-
__version__='svn'
4+
__version__='git'
55

66
fromgit.actorimportActor
77
fromgit.blobimportBlob

‎setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ def _stamp_version(filename):
3535
f=open(filename,'r')
3636
forlineinf:
3737
if'__version__ ='inline:
38-
line=line.replace("'svn'","'%s'"%VERSION)
38+
line=line.replace("'git'","'%s'"%VERSION)
3939
found=True
4040
out.append(line)
4141
f.close()

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp