ALT Linux Bugzilla
– Attachment 5742 Details for
Bug 28571
pysvn не адаптирован к python 2.6
New bug
|
Search
|
[?]
|
Help
Register
|
Log In
[x]
|
Forgot Password
Login:
[x]
|
EN
|
RU
[patch]
Исправление для pysvn
pysvn_26.diff (text/plain), 409 bytes, created by
Vadim Zelenin
on 2013-02-18 18:01:59 MSK
(
hide
)
Description:
Исправление для pysvn
Filename:
MIME Type:
Creator:
Vadim Zelenin
Created:
2013-02-18 18:01:59 MSK
Size:
409 bytes
patch
obsolete
>--- __init__.py.original 2011-04-17 13:35:18.000000000 +0400 >+++ __init__.py 2013-02-18 17:51:54.701709006 +0400 >@@ -103,6 +103,9 @@ > elif maj_min == (2,5): > import _pysvn_2_5 > _pysvn = _pysvn_2_5 >+ elif maj_min == (2,6): >+ import _pysvn_2_6 >+ _pysvn = _pysvn_2_6 > else: > raise ImportError( 'Fix pysvn/__init__.py to support python %d.%d' % tuple(maj_min) ) >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 28571
: 5742